We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b085d commit 63cb56eCopy full SHA for 63cb56e
clippy_lints/src/assigning_clones.rs
@@ -36,6 +36,7 @@ declare_clippy_lint! {
36
/// Use instead:
37
/// ```rust
38
/// struct Thing;
39
+ ///
40
/// impl Clone for Thing {
41
/// fn clone(&self) -> Self { todo!() }
42
/// fn clone_from(&mut self, other: &Self) { todo!() }
0 commit comments