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
Found by running rustfix on https://github.com/space-wizards/bsdiff-rs.
I suggest suggesting (heh) to replace 'loop7: with an empty string. (Might need special casing in diagnostics rendering?)
'loop7:
warning: unused label `'loop7` --> src/diff.rs:468:13 | 468 | / 'loop7: loop { 469 | | if !(scsc < scan + len) { 470 | | break; 471 | | } ... | 477 | | scsc += 1isize; 478 | | } | |_____________^ | = note: #[warn(unused_label)] on by default = help: for further information visit https://github.com/Manishearth/rust-clippy/wiki#unused_label
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found by running rustfix on https://github.com/space-wizards/bsdiff-rs.
I suggest suggesting (heh) to replace
'loop7:
with an empty string. (Might need special casing in diagnostics rendering?)The text was updated successfully, but these errors were encountered: