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 1deca92 commit b02b954Copy full SHA for b02b954
src/main.rs
@@ -1,5 +1,6 @@
1
#![warn(clippy::all)]
2
#![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
4
#![deny(unreachable_pub, private_bounds, private_interfaces)]
5
#![forbid(unsafe_code)]
6
0 commit comments