Fix Cargo.lock #11
GitHub Actions / clippy
succeeded
Sep 28, 2023 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.0-nightly (e7c502d93 2023-09-27)
- cargo 1.74.0-nightly (e6aabe8b3 2023-09-26)
- clippy 0.1.74 (e7c502d 2023-09-27)
Annotations
Check warning on line 11 in src/sys/mod.rs
github-actions / clippy
lint `clippy::incorrect_clone_impl_on_copy_type` has been renamed to `clippy::non_canonical_clone_impl`
warning: lint `clippy::incorrect_clone_impl_on_copy_type` has been renamed to `clippy::non_canonical_clone_impl`
--> src/sys/mod.rs:11:5
|
11 | clippy::incorrect_clone_impl_on_copy_type
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::non_canonical_clone_impl`
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
Loading