We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9337dc7 commit 2a13ef4Copy full SHA for 2a13ef4
impl/src/lib.rs
@@ -1,5 +1,5 @@
1
#![allow(
2
- clippy::cast_possible_truncation,
+ clippy::cast_possible_truncation, // https://github.com/rust-lang/rust-clippy/issues/7486
3
clippy::needless_pass_by_value,
4
clippy::too_many_lines
5
)]
0 commit comments