Skip to content

Commit 9f0f035

Browse files
committed
Auto merge of rust-lang#6045 - giraffate:remove_extra_blank_line, r=flip1995
Remove an extra blank line in `shadow_same` It seems to be an extra blank line in doc example. changelog: none <img width="1143" alt="スクリーンショット 2020-09-15 8 50 30" src="https://user-images.githubusercontent.com/17407489/93149409-369df080-f731-11ea-9a39-d8bbc72b61ee.png">
2 parents 12ce312 + fd151f5 commit 9f0f035

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)