Skip to content

Commit 3c6c7d5

Browse files
committed
Update docs for expl_impl_clone_on_copy. Bug was fixed in 879fa5c9721c89c27be6a9db5f51d935a51f549b1~
1 parent 983e5b8 commit 3c6c7d5

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)