Skip to content

Extern crate warnings in test suite #1027

Closed
@dtolnay

Description

@dtolnay

As of rustc 1.21.0-nightly (e26688824 2017-08-27), cargo test gives the following warnings.

   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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions