File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -5540,7 +5540,6 @@ Released 2018-09-13
5540
5540
[ `unnecessary_mut_passed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
5541
5541
[ `unnecessary_operation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
5542
5542
[ `unnecessary_owned_empty_strings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_owned_empty_strings
5543
- [ `unnecessary_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_pattern_matching
5544
5543
[ `unnecessary_safety_comment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_comment
5545
5544
[ `unnecessary_safety_doc` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_doc
5546
5545
[ `unnecessary_self_imports` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_self_imports
Original file line number Diff line number Diff line change 27
27
#![ allow( clippy:: single_char_add_str) ]
28
28
#![ allow( clippy:: module_name_repetitions) ]
29
29
#![ allow( clippy:: recursive_format_impl) ]
30
- #![ allow( clippy:: unnecessary_map_or) ]
31
30
#![ allow( clippy:: unwrap_or_default) ]
32
31
#![ allow( clippy:: invisible_characters) ]
33
32
#![ allow( invalid_reference_casting) ]
You can’t perform that action at this time.
0 commit comments