Allow the new clippy::doc_lazy_continuation lint (#8388)

The `doc_lazy_continuation` lint of clippy is still unknown on latest
rust stable.

Fixes fall-out from #8151.
This commit is contained in:
Arpad Müller
2024-07-16 02:16:18 +02:00
committed by GitHub
parent 7eb37fea26
commit ee263e6a62

View File

@@ -3409,6 +3409,7 @@ impl Timeline {
}
}
#[allow(unknown_lints)] // doc_lazy_continuation is still a new lint
#[allow(clippy::doc_lazy_continuation)]
/// Get the data needed to reconstruct all keys in the provided keyspace
///