mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
10 lines
284 B
Text
10 lines
284 B
Text
error: unnecessary structure name repetition
|
|
--> $DIR/use_self_trait.rs:41:19
|
|
|
|
|
LL | type Output = Bad;
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
= note: `-D clippy::use-self` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|