Skip to content

Commit 92d8990

Browse files
author
Stephan Dilly
committed
enable cargo clippy
1 parent 3b4a5b1 commit 92d8990

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#![forbid(unsafe_code)]
2-
// #![warn(clippy::cargo)]
2+
#![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)]
36
#![deny(clippy::pedantic)]
47
#![allow(clippy::module_name_repetitions)]
58

0 commit comments

Comments
 (0)