mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-11 22:02:55 +00:00
Remove an extra blank line in shadow_same
This commit is contained in:
parent
f82e84c894
commit
fd151f5135
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ declare_clippy_lint! {
|
||||||
/// **Example:**
|
/// **Example:**
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// # let x = 1;
|
/// # let x = 1;
|
||||||
///
|
|
||||||
/// // Bad
|
/// // Bad
|
||||||
/// let x = &x;
|
/// let x = &x;
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue