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 49422df commit 02fc469Copy full SHA for 02fc469
src/librustc_lint/unused.rs
@@ -25,7 +25,7 @@ use log::debug;
25
26
declare_lint! {
27
pub UNUSED_MUST_USE,
28
- Warn,
+ Deny,
29
"unused result of a type flagged as `#[must_use]`",
30
report_in_external_macro: true
31
}
0 commit comments