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.
restriction
1 parent b83c632 commit 5c1843dCopy full SHA for 5c1843d
clippy_lints/src/try_err.rs
@@ -43,7 +43,7 @@ declare_clippy_lint! {
43
/// ```
44
#[clippy::version = "1.38.0"]
45
pub TRY_ERR,
46
- style,
+ restriction,
47
"return errors explicitly rather than hiding them behind a `?`"
48
}
49
0 commit comments