Skip to content

Prep 0.7.2 (#141)

Prep 0.7.2 (#141) #80

GitHub Actions / clippy succeeded Feb 19, 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.78.0-nightly (2bf78d12d 2024-02-18)
  • cargo 1.78.0-nightly (7b7af3077 2024-02-17)
  • clippy 0.1.78 (2bf78d1 2024-02-18)

Annotations

Check warning on line 14 in renamed_num_enum/src/lib.rs

See this annotation in the file changed.

@github-actions 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/2bf78d12d33ae02d10010309a0d85dd04e7cff72/library/std/src/prelude/mod.rs:129:13
   |
   = note: the item `TryFrom` is already defined here
   |
   = note: `#[warn(unused_imports)]` on by default