Skip to content

Commit 2a13ef4

Browse files
committed
Link cast_possible_truncation suppression to clippy false positive
rust-lang/rust-clippy#7486
1 parent 9337dc7 commit 2a13ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(
2-
clippy::cast_possible_truncation,
2+
clippy::cast_possible_truncation, // https://github.com/rust-lang/rust-clippy/issues/7486
33
clippy::needless_pass_by_value,
44
clippy::too_many_lines
55
)]

0 commit comments

Comments
 (0)