Skip to content

Commit 29d1926

Browse files
committed
Remove no longer necessary allowed lint
1 parent 1e00124 commit 29d1926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
clippy::no_effect_underscore_binding,
1010
clippy::undocumented_unsafe_blocks
1111
)]
12-
#![allow(clippy::incompatible_msrv)] // https://github.com/rust-lang/rust-clippy/issues/12257
1312

1413
use async_trait::async_trait;
1514
use easy_ext::ext;

0 commit comments

Comments
 (0)