|
| 1 | +error: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` |
| 2 | + --> tests/ui/rename.rs:57:10 |
| 3 | + | |
| 4 | +LL | #![allow(temporary_cstring_as_ptr)] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dangling_pointers_from_temporaries` |
| 6 | + | |
| 7 | + = note: `-D renamed-and-removed-lints` implied by `-D warnings` |
| 8 | + = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]` |
| 9 | + |
1 | 10 | error: lint `clippy::almost_complete_letter_range` has been renamed to `clippy::almost_complete_range` |
2 | 11 | --> tests/ui/rename.rs:63:9 |
3 | 12 | | |
4 | 13 | LL | #![warn(clippy::almost_complete_letter_range)] |
5 | 14 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::almost_complete_range` |
6 | | - | |
7 | | - = note: `-D renamed-and-removed-lints` implied by `-D warnings` |
8 | | - = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]` |
9 | 15 |
|
10 | 16 | error: lint `clippy::blacklisted_name` has been renamed to `clippy::disallowed_names` |
11 | 17 | --> tests/ui/rename.rs:64:9 |
@@ -361,11 +367,11 @@ error: lint `clippy::positional_named_format_parameters` has been renamed to `na |
361 | 367 | LL | #![warn(clippy::positional_named_format_parameters)] |
362 | 368 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `named_arguments_used_positionally` |
363 | 369 |
|
364 | | -error: lint `clippy::temporary_cstring_as_ptr` has been renamed to `temporary_cstring_as_ptr` |
| 370 | +error: lint `clippy::temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` |
365 | 371 | --> tests/ui/rename.rs:123:9 |
366 | 372 | | |
367 | 373 | LL | #![warn(clippy::temporary_cstring_as_ptr)] |
368 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `temporary_cstring_as_ptr` |
| 374 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dangling_pointers_from_temporaries` |
369 | 375 |
|
370 | 376 | error: lint `clippy::undropped_manually_drops` has been renamed to `undropped_manually_drops` |
371 | 377 | --> tests/ui/rename.rs:124:9 |
@@ -397,5 +403,5 @@ error: lint `clippy::reverse_range_loop` has been renamed to `clippy::reversed_e |
397 | 403 | LL | #![warn(clippy::reverse_range_loop)] |
398 | 404 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::reversed_empty_ranges` |
399 | 405 |
|
400 | | -error: aborting due to 66 previous errors |
| 406 | +error: aborting due to 67 previous errors |
401 | 407 |
|
0 commit comments