Skip to content

Commit

Permalink
cargo uibless
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyijun committed Nov 7, 2024
1 parent 887fb76 commit 05a7c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error: this import is not clear
--> src/main.rs:1:5
|
1 | use foo::Foo;
| ^^^^^^^^ help: prefix with `crate::`: `crate::foo::Foo`
| ^^^ help: prefix with `crate::`: `crate::foo`
|
= note: `-D clippy::use-crate-prefix-for-self-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::use_crate_prefix_for_self_imports)]`
Expand Down

0 comments on commit 05a7c12

Please sign in to comment.