ci: fix new clippy warnings (#6569)

This commit is contained in:
Michael Scholten
2024-05-18 10:09:37 +02:00
committed by GitHub
parent 35c6fd9924
commit daa89017da
11 changed files with 10 additions and 22 deletions
-1
View File
@@ -7,7 +7,6 @@ pub(crate) use self::stack::Stack;
use std::borrow::Borrow;
use std::fmt::Debug;
use std::usize;
/// Timing wheel implementation.
///