Skip to content

Commit 2904e4b

Browse files
committed
Updte lints
1 parent 70030f9 commit 2904e4b

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
@@ -1459,7 +1459,7 @@ pub const ALL_LINTS: [Lint; 330] = [
14591459
Lint {
14601460
name: "panic",
14611461
group: "restriction",
1462-
desc: "missing parameters in `panic!` calls",
1462+
desc: "usage of the `panic!` macro",
14631463
deprecation: None,
14641464
module: "panic_unimplemented",
14651465
},

0 commit comments

Comments
 (0)