We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefbcbc commit f885a13Copy full SHA for f885a13
tests/test_macros.rs
@@ -1,6 +1,7 @@
1
#![allow(
2
clippy::assertions_on_result_states,
3
clippy::eq_op,
4
+ clippy::incompatible_msrv, // https://github.com/rust-lang/rust-clippy/issues/12257
5
clippy::items_after_statements,
6
clippy::needless_pass_by_value,
7
clippy::shadow_unrelated,
0 commit comments