Skip to content

Commit fd151f5

Browse files
committed
Remove an extra blank line in shadow_same
1 parent f82e84c commit fd151f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/shadow.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ declare_clippy_lint! {
2525
/// **Example:**
2626
/// ```rust
2727
/// # let x = 1;
28-
///
2928
/// // Bad
3029
/// let x = &x;
3130
///

0 commit comments

Comments
 (0)