mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
Update docs for expl_impl_clone_on_copy
. Bug was fixed in 879fa5c9721c89c27be6a9db5f51d935a51f549b1~
This commit is contained in:
parent
983e5b877e
commit
3c6c7d5de9
1 changed files with 0 additions and 3 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue