diff options
| author | bors <bors@rust-lang.org> | 2021-08-17 00:23:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-17 00:23:43 +0000 |
| commit | c50e6e42039d345e501e6a2e23ad371e7410f46b (patch) | |
| tree | 9dd4c9c2dc87b481f00cae0335fe666bcd068e05 /clippy_lints | |
| parent | 983e5b877ef82f84bd463d74ba6035d75c456d73 (diff) | |
| parent | 3c6c7d5de9cf989b19e82298735486a03eac4b75 (diff) | |
| download | rust-c50e6e42039d345e501e6a2e23ad371e7410f46b.tar.gz rust-c50e6e42039d345e501e6a2e23ad371e7410f46b.zip | |
Auto merge of #7574 - Jarcho:expl_impl_clone_on_copy_doc, r=giraffate
Update docs for `expl_impl_clone_on_copy` The known issue was fixed in #6993. I missed updating the docs then, so it's happening now. changelog: None
Diffstat (limited to 'clippy_lints')
| -rw-r--r-- | clippy_lints/src/derive.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clippy_lints/src/derive.rs b/clippy_lints/src/derive.rs index dcfa5253f83..8416b8440df 100644 --- a/clippy_lints/src/derive.rs +++ b/clippy_lints/src/derive.rs @@ -105,9 +105,6 @@ declare_clippy_lint! { /// nothing more than copy the object, which is what `#[derive(Copy, Clone)]` /// gets you. /// - /// ### Known problems - /// Bounds of generic types are sometimes wrong: https://github.com/rust-lang/rust/issues/26925 - /// /// ### Example /// ```rust,ignore /// #[derive(Copy)] |
