Skip to content

Commit

Permalink
Update docs for expl_impl_clone_on_copy. Bug was fixed in 879fa5c97…
Browse files Browse the repository at this point in the history
…21c89c27be6a9db5f51d935a51f549b1~
  • Loading branch information
Jarcho committed Aug 16, 2021
1 parent 983e5b8 commit 3c6c7d5
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 3c6c7d5

Please sign in to comment.