You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
Checking anagram v0.0.0 (/home/rmason/code/exercism/rust/anagram)
warning: this import is redundant
--> tests/anagram.rs:1:1
|
1 | use anagram;
| ^^^^^^^^^^^^ help: remove it entirely
|
= note: `#[warn(clippy::single_component_path_imports)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
warning: 1 warning emitted
Finished dev [unoptimized + debuginfo] target(s) in 0.41s
```
0 commit comments