From 51bf1e479c20f4c318a875530e768a17337c3a7f Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 5 Jan 2024 21:26:43 +0200 Subject: [PATCH] Annotate rust code block correctly --- _posts/2018-02-07-d-oh-dns-over-https-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-02-07-d-oh-dns-over-https-in-rust.md b/_posts/2018-02-07-d-oh-dns-over-https-in-rust.md index 734c62e..a349f18 100644 --- a/_posts/2018-02-07-d-oh-dns-over-https-in-rust.md +++ b/_posts/2018-02-07-d-oh-dns-over-https-in-rust.md @@ -25,7 +25,7 @@ I present to you: It exports one function to resolve a hostname to its IPv6 and IPv4 addresses: -``` +```rust extern crate dnsoverhttps; fn main() {