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
error: this import is redundant
--> examples/prime_number.rs:3:1
|
3 | use pprof;| ^^^^^^^^^^ help: remove it entirely
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
error: this import is redundant
--> examples/malloc_hook.rs:5:1
|
5 | use pprof;| ^^^^^^^^^^ help: remove it entirely
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
error: this import is redundant
--> examples/flamegraph.rs:3:1
|
3 | use pprof;| ^^^^^^^^^^ help: remove it entirely
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
Let's address all of them and make clippy happy.
The text was updated successfully, but these errors were encountered:
Clippy is not happy for a lot of reasons:
Let's address all of them and make clippy happy.
The text was updated successfully, but these errors were encountered: