From edf2b2741e14b9f231ec059490fc84ba008ff65e Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 14 Nov 2023 10:15:09 +0100 Subject: [PATCH] Clean up filter doc comment Signed-off-by: Lee Smet --- src/filters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters.rs b/src/filters.rs index 15f2d85..35b7123 100644 --- a/src/filters.rs +++ b/src/filters.rs @@ -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 {