mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-03 18:09:42 +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:**
|
||||
/// ```rust
|
||||
/// # let x = 1;
|
||||
///
|
||||
/// // Bad
|
||||
/// let x = &x;
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue