Update docs for expl_impl_clone_on_copy. Bug was fixed in 879fa5c9721c89c27be6a9db5f51d935a51f549b1~

This commit is contained in:
Jason Newcomb 2021-08-16 19:57:14 -04:00
parent 983e5b877e
commit 3c6c7d5de9
No known key found for this signature in database
GPG key ID: DA59E8643A37ED06

View file

@ -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)]