We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As of rustc 1.21.0-nightly (e26688824 2017-08-27), cargo test gives the following warnings.
cargo test
Compiling serde_test_suite v0.0.0 warning: unused extern crate --> tests/test_identifier.rs:12:1 | 12 | extern crate serde; | ^^^^^^^^^^^^^^^^^^^ | = note: #[warn(unused_extern_crates)] on by default warning: unused extern crate --> tests/test_ser.rs:21:1 | 21 | extern crate serde; | ^^^^^^^^^^^^^^^^^^^ | = note: #[warn(unused_extern_crates)] on by default warning: unused extern crate --> tests/test_remote.rs:12:1 | 12 | extern crate serde; | ^^^^^^^^^^^^^^^^^^^ | = note: #[warn(unused_extern_crates)] on by default
The text was updated successfully, but these errors were encountered:
Fixed by rust-lang/rust#44825.
Sorry, something went wrong.
No branches or pull requests
As of rustc 1.21.0-nightly (e26688824 2017-08-27),
cargo test
gives the following warnings.The text was updated successfully, but these errors were encountered: