Skip to content

Commit 5f7b643

Browse files
author
Frank
committed
update lint description
1 parent d186531 commit 5f7b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lintlist/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
384384
Lint {
385385
name: "disallowed_method",
386386
group: "nursery",
387-
desc: "used disallowed method call",
387+
desc: "use of a disallowed method call",
388388
deprecation: None,
389389
module: "disallowed_method",
390390
},

0 commit comments

Comments
 (0)