diff --git a/common/src/path.rs b/common/src/path.rs index 7de1e7a5fc..6c6657cecd 100644 --- a/common/src/path.rs +++ b/common/src/path.rs @@ -326,6 +326,7 @@ impl Route { #[derive(Default, Clone, Debug)] pub struct Chaser { last_search_tgt: Option>, + /// `bool` indicates whether the Route is a complete route to the target route: Option<(Route, bool)>, /// We use this hasher (AAHasher) because: /// (1) we care about DDOS attacks (ruling out FxHash);