From b3efab78f3427f1f472a60b66295017bacae176d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 6 Feb 2024 04:20:54 +0000 Subject: [PATCH] Clean up documentation TODO --- src/rr.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rr.rs b/src/rr.rs index 145f0b4..002ea7e 100644 --- a/src/rr.rs +++ b/src/rr.rs @@ -364,7 +364,9 @@ pub struct RRSig { /// This must match the [`DnsKey::alg`] field in the [`DnsKey`] being used to sign. pub alg: u8, /// The number of labels in the name of the records that this signature is signing. - // TODO: Describe this better in terms of wildcards + /// + /// If this is less than the number of labels in [`Self::name`], this signature is covering a + /// wildcard entry. pub labels: u8, /// The TTL of the records which this [`RRSig`] is signing. pub orig_ttl: u32, -- 2.30.2