|
1 | | -error: lint `clippy::unstable_as_slice` has been removed: ``Vec::as_slice` has been stabilized in 1.7` |
| 1 | +error: lint `clippy::unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7 |
2 | 2 | --> $DIR/deprecated.rs:1:8 |
3 | 3 | | |
4 | 4 | LL | #[warn(clippy::unstable_as_slice)] |
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
6 | 6 | | |
7 | 7 | = note: `-D renamed-and-removed-lints` implied by `-D warnings` |
8 | 8 |
|
9 | | -error: lint `clippy::unstable_as_mut_slice` has been removed: ``Vec::as_mut_slice` has been stabilized in 1.7` |
| 9 | +error: lint `clippy::unstable_as_mut_slice` has been removed: `Vec::as_mut_slice` has been stabilized in 1.7 |
10 | 10 | --> $DIR/deprecated.rs:2:8 |
11 | 11 | | |
12 | 12 | LL | #[warn(clippy::unstable_as_mut_slice)] |
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 | 14 |
|
15 | | -error: lint `clippy::misaligned_transmute` has been removed: `this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr` |
| 15 | +error: lint `clippy::misaligned_transmute` has been removed: this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr |
16 | 16 | --> $DIR/deprecated.rs:3:8 |
17 | 17 | | |
18 | 18 | LL | #[warn(clippy::misaligned_transmute)] |
19 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
20 | 20 |
|
21 | | -error: lint `clippy::unused_collect` has been removed: ``collect` has been marked as #[must_use] in rustc and that covers all cases of this lint` |
| 21 | +error: lint `clippy::unused_collect` has been removed: `collect` has been marked as #[must_use] in rustc and that covers all cases of this lint |
22 | 22 | --> $DIR/deprecated.rs:4:8 |
23 | 23 | | |
24 | 24 | LL | #[warn(clippy::unused_collect)] |
25 | 25 | | ^^^^^^^^^^^^^^^^^^^^^^ |
26 | 26 |
|
27 | | -error: lint `clippy::invalid_ref` has been removed: `superseded by rustc lint `invalid_value`` |
| 27 | +error: lint `clippy::invalid_ref` has been removed: superseded by rustc lint `invalid_value` |
28 | 28 | --> $DIR/deprecated.rs:5:8 |
29 | 29 | | |
30 | 30 | LL | #[warn(clippy::invalid_ref)] |
31 | 31 | | ^^^^^^^^^^^^^^^^^^^ |
32 | 32 |
|
33 | | -error: lint `clippy::into_iter_on_array` has been removed: `this lint has been uplifted to rustc and is now called `array_into_iter`` |
| 33 | +error: lint `clippy::into_iter_on_array` has been removed: this lint has been uplifted to rustc and is now called `array_into_iter` |
34 | 34 | --> $DIR/deprecated.rs:6:8 |
35 | 35 | | |
36 | 36 | LL | #[warn(clippy::into_iter_on_array)] |
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
38 | 38 |
|
39 | | -error: lint `clippy::unused_label` has been removed: `this lint has been uplifted to rustc and is now called `unused_labels`` |
| 39 | +error: lint `clippy::unused_label` has been removed: this lint has been uplifted to rustc and is now called `unused_labels` |
40 | 40 | --> $DIR/deprecated.rs:7:8 |
41 | 41 | | |
42 | 42 | LL | #[warn(clippy::unused_label)] |
43 | 43 | | ^^^^^^^^^^^^^^^^^^^^ |
44 | 44 |
|
45 | | -error: lint `clippy::regex_macro` has been removed: `the regex! macro has been removed from the regex crate in 2018` |
| 45 | +error: lint `clippy::regex_macro` has been removed: the regex! macro has been removed from the regex crate in 2018 |
46 | 46 | --> $DIR/deprecated.rs:8:8 |
47 | 47 | | |
48 | 48 | LL | #[warn(clippy::regex_macro)] |
49 | 49 | | ^^^^^^^^^^^^^^^^^^^ |
50 | 50 |
|
51 | | -error: lint `clippy::drop_bounds` has been removed: `this lint has been uplifted to rustc and is now called `drop_bounds`` |
| 51 | +error: lint `clippy::drop_bounds` has been removed: this lint has been uplifted to rustc and is now called `drop_bounds` |
52 | 52 | --> $DIR/deprecated.rs:9:8 |
53 | 53 | | |
54 | 54 | LL | #[warn(clippy::drop_bounds)] |
55 | 55 | | ^^^^^^^^^^^^^^^^^^^ |
56 | 56 |
|
57 | | -error: lint `clippy::temporary_cstring_as_ptr` has been removed: `this lint has been uplifted to rustc and is now called `temporary_cstring_as_ptr`` |
| 57 | +error: lint `clippy::temporary_cstring_as_ptr` has been removed: this lint has been uplifted to rustc and is now called `temporary_cstring_as_ptr` |
58 | 58 | --> $DIR/deprecated.rs:10:8 |
59 | 59 | | |
60 | 60 | LL | #[warn(clippy::temporary_cstring_as_ptr)] |
61 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
62 | 62 |
|
63 | | -error: lint `clippy::panic_params` has been removed: `this lint has been uplifted to rustc and is now called `panic_fmt`` |
| 63 | +error: lint `clippy::panic_params` has been removed: this lint has been uplifted to rustc and is now called `panic_fmt` |
64 | 64 | --> $DIR/deprecated.rs:11:8 |
65 | 65 | | |
66 | 66 | LL | #[warn(clippy::panic_params)] |
67 | 67 | | ^^^^^^^^^^^^^^^^^^^^ |
68 | 68 |
|
69 | | -error: lint `clippy::unknown_clippy_lints` has been removed: `this lint has been integrated into the `unknown_lints` rustc lint` |
| 69 | +error: lint `clippy::unknown_clippy_lints` has been removed: this lint has been integrated into the `unknown_lints` rustc lint |
70 | 70 | --> $DIR/deprecated.rs:12:8 |
71 | 71 | | |
72 | 72 | LL | #[warn(clippy::unknown_clippy_lints)] |
73 | 73 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
74 | 74 |
|
75 | | -error: lint `clippy::unstable_as_slice` has been removed: ``Vec::as_slice` has been stabilized in 1.7` |
| 75 | +error: lint `clippy::unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7 |
76 | 76 | --> $DIR/deprecated.rs:1:8 |
77 | 77 | | |
78 | 78 | LL | #[warn(clippy::unstable_as_slice)] |
|
0 commit comments