Skip to content

Commit 145a817

Browse files
committed
Reorder clippy lints
1 parent 2abca14 commit 145a817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
clippy::missing_errors_doc,
1212
clippy::must_use_candidate,
1313
// clippy::redundant_closure_for_method_calls,
14+
clippy::redundant_else,
1415
clippy::semicolon_if_nothing_returned,
1516
clippy::single_match_else,
16-
clippy::redundant_else,
1717
clippy::use_self,
1818
)]
1919
#![forbid(unsafe_code)]

0 commit comments

Comments
 (0)