Remove an extra blank line in shadow_same

This commit is contained in:
Takayuki Nakata 2020-09-15 08:51:52 +09:00
parent f82e84c894
commit fd151f5135

View File

@ -25,7 +25,6 @@ declare_clippy_lint! {
/// **Example:**
/// ```rust
/// # let x = 1;
///
/// // Bad
/// let x = &x;
///