mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
update lint description
This commit is contained in:
parent
d18653158d
commit
5f7b643758
@ -384,7 +384,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
|
||||
Lint {
|
||||
name: "disallowed_method",
|
||||
group: "nursery",
|
||||
desc: "used disallowed method call",
|
||||
desc: "use of a disallowed method call",
|
||||
deprecation: None,
|
||||
module: "disallowed_method",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user