We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expl_impl_clone_on_copy
1 parent 983e5b8 commit 3c6c7d5Copy full SHA for 3c6c7d5
clippy_lints/src/derive.rs
@@ -105,9 +105,6 @@ declare_clippy_lint! {
105
/// nothing more than copy the object, which is what `#[derive(Copy, Clone)]`
106
/// gets you.
107
///
108
- /// ### Known problems
109
- /// Bounds of generic types are sometimes wrong: https://github.com/rust-lang/rust/issues/26925
110
- ///
111
/// ### Example
112
/// ```rust,ignore
113
/// #[derive(Copy)]
0 commit comments