Clean up filter doc comment

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2023-11-14 10:15:09 +01:00
parent c8cacbcac6
commit edf2b2741e
+1 -1
View File
@@ -37,7 +37,7 @@ impl RouteUpdateFilter for AllowedSubnet {
}
}
/// Limit the announced subnets to those which contain the derived IP from the [`crate::router_id::RouterId`].
/// Limit the announced subnets to those which contain the derived IP from the `RouterId`.
pub struct RouterIdOwnsSubnet;
impl RouteUpdateFilter for RouterIdOwnsSubnet {