Prep 0.7.2 (#141) #80
GitHub Actions / clippy
succeeded
Apr 7, 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 (aa1c45908 2024-04-06)
- cargo 1.79.0-nightly (28e7b2bc0 2024-04-05)
- clippy 0.1.79 (aa1c459 2024-04-06)
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/aa1c45908df252a5b0c14e1bcb38c6c55ae02efe/library/std/src/prelude/mod.rs:148:13
|
= note: the item `TryFrom` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
Loading