Skip to content

Commit

Permalink
ran cargo dev update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali Schneider committed Aug 27, 2020
1 parent 8462cce commit b2d8ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lintlist/mod.rs
Expand Up @@ -1707,7 +1707,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
Lint {
name: "panic_in_result",
group: "restriction",
desc: "default lint description",
desc: "functions of type `Result<..>` / `Option`<...> that contain `panic!()` or `unreachable()` or `unimplemented()` ",
deprecation: None,
module: "panic_in_result",
},
Expand Down

0 comments on commit b2d8ca9

Please sign in to comment.