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