]> git.lizzy.rs Git - rust.git/commitdiff
Update docs for `expl_impl_clone_on_copy`. Bug was fixed in 879fa5c9721c89c27be6a9db5...
authorJason Newcomb <jsnewcomb@pm.me>
Mon, 16 Aug 2021 23:57:14 +0000 (19:57 -0400)
committerJason Newcomb <jsnewcomb@pm.me>
Mon, 16 Aug 2021 23:57:14 +0000 (19:57 -0400)
clippy_lints/src/derive.rs

index dcfa5253f83412ee093327fd70fc9e1276829e50..8416b8440dfbe0bf99988c21d09aea8b60799d18 100644 (file)
     /// 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)]