GitHub Actions / clippy
failed
Aug 24, 2023 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.71.1 (eb26296b5 2023-08-03)
- cargo 1.71.1 (7f1d04c00 2023-07-29)
- clippy 0.1.71 (eb26296 2023-08-03)
Annotations
Check failure on line 58 in rash_core/src/modules/find.rs
github-actions / clippy
conflicting implementations of trait `std::default::Default` for type `modules::find::FileType`
error[E0119]: conflicting implementations of trait `std::default::Default` for type `modules::find::FileType`
--> rash_core/src/modules/find.rs:58:10
|
55 | #[derive(Debug, Default, PartialEq, Deserialize)]
| ------- first implementation here
...
58 | #[derive(Default)]
| ^^^^^^^ conflicting implementation for `modules::find::FileType`
|
= note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
Loading