update lint description

This commit is contained in:
Frank 2020-09-25 11:12:45 -05:00
parent d18653158d
commit 5f7b643758

View File

@ -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",
},