We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8462cce commit b2d8ca9Copy full SHA for b2d8ca9
src/lintlist/mod.rs
@@ -1707,7 +1707,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
1707
Lint {
1708
name: "panic_in_result",
1709
group: "restriction",
1710
- desc: "default lint description",
+ desc: "functions of type `Result<..>` / `Option`<...> that contain `panic!()` or `unreachable()` or `unimplemented()` ",
1711
deprecation: None,
1712
module: "panic_in_result",
1713
},
0 commit comments