File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,5 @@ error: lint `clippy::filter_map` has been removed: this lint has been replaced b
8484LL | #[warn(clippy::filter_map)]
8585 | ^^^^^^^^^^^^^^^^^^
8686
87- error: lint `clippy::unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7
88- --> $DIR/deprecated.rs:1:8
89- |
90- LL | #[warn(clippy::unstable_as_slice)]
91- | ^^^^^^^^^^^^^^^^^^^^^^^^^
92-
93- error: aborting due to 15 previous errors
87+ error: aborting due to 14 previous errors
9488
Original file line number Diff line number Diff line change @@ -18,11 +18,5 @@ error: lint `misaligned_transmute` has been removed: this lint has been split in
1818LL | #[warn(misaligned_transmute)]
1919 | ^^^^^^^^^^^^^^^^^^^^
2020
21- error: lint `unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7
22- --> $DIR/deprecated_old.rs:1:8
23- |
24- LL | #[warn(unstable_as_slice)]
25- | ^^^^^^^^^^^^^^^^^
26-
27- error: aborting due to 4 previous errors
21+ error: aborting due to 3 previous errors
2822
Original file line number Diff line number Diff line change @@ -24,11 +24,5 @@ error: lint `clippy::const_static_lifetime` has been renamed to `clippy::redunda
2424LL | #[warn(clippy::const_static_lifetime)]
2525 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::redundant_static_lifetimes`
2626
27- error: lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity`
28- --> $DIR/rename.rs:10:9
29- |
30- LL | #![warn(clippy::cyclomatic_complexity)]
31- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::cognitive_complexity`
32-
33- error: aborting due to 5 previous errors
27+ error: aborting due to 4 previous errors
3428
Original file line number Diff line number Diff line change @@ -48,11 +48,5 @@ error: unknown lint: `clippy::const_static_lifetim`
4848LL | #[warn(clippy::const_static_lifetim)]
4949 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::redundant_static_lifetimes`
5050
51- error: unknown lint: `clippy::All`
52- --> $DIR/unknown_clippy_lints.rs:5:10
53- |
54- LL | #![allow(clippy::All)]
55- | ^^^^^^^^^^^ help: did you mean: `clippy::all`
56-
57- error: aborting due to 9 previous errors
51+ error: aborting due to 8 previous errors
5852
You can’t perform that action at this time.
0 commit comments