Skip to content

Commit ad74a63

Browse files
committed
run update_lints
1 parent 4877263 commit ad74a63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -5540,7 +5540,6 @@ Released 2018-09-13
55405540
[`unnecessary_mut_passed`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
55415541
[`unnecessary_operation`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
55425542
[`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
55445543
[`unnecessary_safety_comment`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_comment
55455544
[`unnecessary_safety_doc`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_doc
55465545
[`unnecessary_self_imports`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_self_imports

tests/ui/rename.rs

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#![allow(clippy::single_char_add_str)]
2828
#![allow(clippy::module_name_repetitions)]
2929
#![allow(clippy::recursive_format_impl)]
30-
#![allow(clippy::unnecessary_map_or)]
3130
#![allow(clippy::unwrap_or_default)]
3231
#![allow(clippy::invisible_characters)]
3332
#![allow(invalid_reference_casting)]

0 commit comments

Comments
 (0)