Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update name of clippy clone impl lint
warning: lint `clippy::incorrect_clone_impl_on_copy_type` has been renamed to `clippy::non_canonical_clone_impl` --> src/lib.rs:76:13 | 76 | #[allow(clippy::incorrect_clone_impl_on_copy_type)] // false positive rust-lang/rust-clippy#11072 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::non_canonical_clone_impl` | = note: `#[warn(renamed_and_removed_lints)]` on by default
- Loading branch information