Skip to content

Commit 63cb56e

Browse files
authored
assigning_clones: add empty line to doc
1 parent 20b085d commit 63cb56e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/assigning_clones.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ declare_clippy_lint! {
3636
/// Use instead:
3737
/// ```rust
3838
/// struct Thing;
39+
///
3940
/// impl Clone for Thing {
4041
/// fn clone(&self) -> Self { todo!() }
4142
/// fn clone_from(&mut self, other: &Self) { todo!() }

0 commit comments

Comments
 (0)