Skip to content

Prep 0.7.2 (#141)

Prep 0.7.2 (#141) #80

GitHub Actions / clippy succeeded Mar 29, 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 (c9f8f3438 2024-03-27)
  • cargo 1.79.0-nightly (499a61ce7 2024-03-26)
  • clippy 0.1.79 (c9f8f34 2024-03-27)

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