GitHub Actions / clippy
succeeded
Mar 23, 2024 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0-nightly (85e449a32 2024-03-22)
- cargo 1.79.0-nightly (d438c80c4 2024-03-19)
- clippy 0.1.79 (85e449a 2024-03-22)
Annotations
Check warning on line 14 in renamed_num_enum/src/lib.rs
github-actions / clippy
the item `TryFrom` is imported redundantly
warning: the item `TryFrom` is imported redundantly
--> renamed_num_enum/src/lib.rs:14:9
|
14 | use ::core::convert::TryFrom;
| ^^^^^^^^^^^^^^^^^^^^^^^^
--> /rustc/85e449a3237e82c9ade8936a82bd4fc64cfe1057/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryFrom` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
Loading