Skip to content

Commit

Permalink
Auto merge of #7574 - Jarcho:expl_impl_clone_on_copy_doc, r=giraffate
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Aug 17, 2021
2 parents 983e5b8 + 3c6c7d5 commit c50e6e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clippy_lints/src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit c50e6e4

Please sign in to comment.