chore: fix clippy lints
This commit is contained in:
parent
5dbb288a49
commit
45b9f2a627
10 changed files with 21 additions and 18 deletions
|
|
@ -284,6 +284,7 @@ pub fn div_ceil(a: u32, b: u32) -> u32 {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub trait TryRemove<T> {
|
||||
/// Removes and returns the element at position `index` within the vector,
|
||||
/// shifting all elements after it to the left.
|
||||
|
|
|
|||
Reference in a new issue