Skip to content

Commit 96036c6

Browse files
committed
Keep remaining clippy ignores
1 parent d35c82f commit 96036c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
#![feature(bool_to_option)]
88
#![feature(io_error_more)]
99
#![warn(rust_2018_idioms)]
10-
#![allow(clippy::cast_lossless)]
11-
// TODO: Uncategorized. Some of these we'll want to fix, some keep ignored.
1210
#![allow(
11+
clippy::cast_lossless,
1312
clippy::collapsible_else_if,
1413
clippy::collapsible_if,
1514
clippy::comparison_chain,

0 commit comments

Comments
 (0)