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.
I was installing
cargo edittoday, and this is how it failed:This seems undesirable.