Remove allow(clippy::unknown_lints) (#9416)

the lint stabilized in 1.80.
This commit is contained in:
Arpad Müller
2024-10-16 16:28:55 +02:00
committed by GitHub
parent d6281cbe65
commit 3140c14d60

View File

@@ -3092,7 +3092,6 @@ impl Timeline {
}
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
///