We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g.
liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~ liblrsb/parser/lib.rs:336:9: 336:30 warning: unused result liblrsb/parser/lib.rs:336 path.shrink_to_fit(); ^~~~~~~~~~~~~~~~~~~~~ liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~ liblrsb/parser/lib.rs:373:17: 373:35 warning: unused result liblrsb/parser/lib.rs:373 self.lexer.next(); ^~~~~~~~~~~~~~~~~~ liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~ liblrsb/parser/lib.rs:374:17: 374:35 warning: unused result liblrsb/parser/lib.rs:374 self.lexer.next(); ^~~~~~~~~~~~~~~~~~ liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~ liblrsb/parser/lib.rs:384:17: 384:35 warning: unused result liblrsb/parser/lib.rs:384 self.lexer.next(); ^~~~~~~~~~~~~~~~~~ liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~ liblrsb/parser/lib.rs:385:17: 385:35 warning: unused result liblrsb/parser/lib.rs:385 self.lexer.next(); ^~~~~~~~~~~~~~~~~~ liblrsb/parser/lib.rs:7:9: 7:23 note: lint level defined here liblrsb/parser/lib.rs:7 #![warn(unused_results)] ^~~~~~~~~~~~~~
At least 5 of those 6 notes add nothing but noise to the output.
The text was updated successfully, but these errors were encountered:
Duplicate of #24690, I think.
Sorry, something went wrong.
#![allow(unused_results)]
No branches or pull requests
E.g.
At least 5 of those 6 notes add nothing but noise to the output.
The text was updated successfully, but these errors were encountered: