Unecessary Warning message #85913
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
I tried this code:
where
function
is any function that returns aboolean
, and it gives the warningunused logical operator , but actually works as expected, so i think this warning should not come up.
The text was updated successfully, but these errors were encountered: