Skip to content

Commit b02b954

Browse files
committed
chore(ci): Disable incorrect clippy check for needless lifetimes until fixed
1 parent 1deca92 commit b02b954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![warn(clippy::all)]
22
#![allow(clippy::blocks_in_conditions)] // Until https://github.com/rwf2/Rocket/issues/2655 is released
3+
#![allow(clippy::needless_lifetimes)] // Until clippy is fixed https://github.com/rust-lang/rust-clippy/issues/13811
34
#![deny(unreachable_pub, private_bounds, private_interfaces)]
45
#![forbid(unsafe_code)]
56

0 commit comments

Comments
 (0)