From a3218e34910e6a55763b841c68996746deb1e560 Mon Sep 17 00:00:00 2001 From: Ryan Schachte Date: Sun, 29 Jan 2023 14:47:24 -0800 Subject: [PATCH] removing stale comment --- chapter1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter1.md b/chapter1.md index 2d3e75d..f532499 100644 --- a/chapter1.md +++ b/chapter1.md @@ -599,7 +599,6 @@ impl DnsHeader { self.authoritative_entries = buffer.read_u16()?; self.resource_entries = buffer.read_u16()?; - // Return the constant header size Ok(()) } }