docs: finish missing doc (#6668)

This commit is contained in:
Matthias Seitz
2024-02-19 12:30:51 +01:00
committed by GitHub
parent 0441009446
commit 477a0185e2

View File

@ -1894,7 +1894,8 @@ impl LookupTargetRotator {
/// Tracks lookups across multiple `FindNode` requests. /// Tracks lookups across multiple `FindNode` requests.
/// ///
/// If this type is dropped by all /// If this type is dropped by all Clones, it will send all the discovered nodes to the listener, if
/// one is present.
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
struct LookupContext { struct LookupContext {
inner: Rc<LookupContextInner>, inner: Rc<LookupContextInner>,