mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
Resolve renamed_and_removed_lints warning on blacklisted_name
warning: lint `clippy::blacklisted_name` has been renamed to `clippy::disallowed_names` --> tests/test.rs:2:5 | 2 | clippy::blacklisted_name, | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::disallowed_names` | = note: `#[warn(renamed_and_removed_lints)]` on by default
This commit is contained in:
parent
34d94b4980
commit
c6e5ed54c4
@ -1,5 +1,5 @@
|
||||
#![allow(
|
||||
clippy::blacklisted_name,
|
||||
clippy::disallowed_names,
|
||||
clippy::let_underscore_drop,
|
||||
clippy::shadow_unrelated,
|
||||
clippy::unseparated_literal_suffix,
|
||||
|
Loading…
Reference in New Issue
Block a user