458 |
#[must_use]
|
459 |
#[allow(clippy::double_must_use)]
|
460 |
pub fn push_iter<'s, Idx: PrimInt + 'static>(
|
10 |
#[allow(
|
11 |
clippy::double_must_use,
|
12 |
clippy::let_and_return,
|
22 |
clippy::must_use_candidate,
|
23 |
clippy::double_must_use,
|
24 |
clippy::missing_errors_doc
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::unreadable_literal, clippy::double_must_use)]
|
50 |
// we change the function's signature.
|
51 |
#![allow(clippy::double_must_use)]
|
52 |
// just in case we forget to add #[forbid(unsafe_code)] on new module
|