Skip to content

Commit

Permalink
Link cast_possible_truncation suppression to clippy false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 26, 2021
1 parent 9337dc7 commit 2a13ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(
clippy::cast_possible_truncation,
clippy::cast_possible_truncation, // https://github.com/rust-lang/rust-clippy/issues/7486
clippy::needless_pass_by_value,
clippy::too_many_lines
)]
Expand Down

0 comments on commit 2a13ef4

Please sign in to comment.