Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b2d8ca9

Browse files
author
Vali Schneider
committed
ran cargo dev update lints
1 parent 8462cce commit b2d8ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lintlist/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
17071707
Lint {
17081708
name: "panic_in_result",
17091709
group: "restriction",
1710-
desc: "default lint description",
1710+
desc: "functions of type `Result<..>` / `Option`<...> that contain `panic!()` or `unreachable()` or `unimplemented()` ",
17111711
deprecation: None,
17121712
module: "panic_in_result",
17131713
},

0 commit comments

Comments
 (0)