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
I was installing cargo edit today, and this is how it failed:
cargo edit
error: unnecessary qualification --> /home/whitequark/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-edit-0.1.3/src/manifest.rs:13:1 | 13 | quick_error! { | ^ | note: lint level defined here --> /home/whitequark/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-edit-0.1.3/src/lib.rs:4:176 | 4 | #![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts, trivial_numeric_casts, unsafe_code, unstable_features, unused_import_braces, unused_qualifications)] | ^^^^^^^^^^^^^^^^^^^^^ = note: this error originates in a macro outside of the current crate
This seems undesirable.
The text was updated successfully, but these errors were encountered:
Makes sense to me!
Sorry, something went wrong.
To clarify: info on rustc --cap-lints.
rustc --cap-lints
Fixed as of ~1.15 (perhaps in #3221).
No branches or pull requests
I was installing
cargo edit
today, and this is how it failed:This seems undesirable.
The text was updated successfully, but these errors were encountered: