Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unused import warning in plain cargo test (#209)
``` $ 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 ```
- Loading branch information