Skip to content

Commit c50e6e4

Browse files
committed
Auto merge of rust-lang#7574 - Jarcho:expl_impl_clone_on_copy_doc, r=giraffate
Update docs for `expl_impl_clone_on_copy` The known issue was fixed in rust-lang#6993. I missed updating the docs then, so it's happening now. changelog: None
2 parents 983e5b8 + 3c6c7d5 commit c50e6e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/derive.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ declare_clippy_lint! {
105105
/// nothing more than copy the object, which is what `#[derive(Copy, Clone)]`
106106
/// gets you.
107107
///
108-
/// ### Known problems
109-
/// Bounds of generic types are sometimes wrong: https://github.com/rust-lang/rust/issues/26925
110-
///
111108
/// ### Example
112109
/// ```rust,ignore
113110
/// #[derive(Copy)]

0 commit comments

Comments
 (0)