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 3b4a5b1 commit 92d8990Copy full SHA for 92d8990
src/main.rs
@@ -1,5 +1,8 @@
1
#![forbid(unsafe_code)]
2
-// #![warn(clippy::cargo)]
+#![deny(clippy::cargo)]
3
+//TODO: remove once crossterm upgraded to current mio:
4
+//https://github.com/crossterm-rs/crossterm/issues/432
5
+#![allow(clippy::cargo::multiple_crate_versions)]
6
#![deny(clippy::pedantic)]
7
#![allow(clippy::module_name_repetitions)]
8
0 commit comments