pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 29 forks source link

fix: unused import warning in plain cargo test #209

Closed konstin closed 2 months ago

konstin commented 2 months ago

Before:

$ cargo test
     Compiling pubgrub v0.2.1 (/home/konsti/projects/pubgrub)
  warning: unused import: `pubgrub::version::SemanticVersion`
    --> tests/proptest.rs:14:5
     |
  14 | use pubgrub::version::SemanticVersion;
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(unused_imports)]` on by default