Skip to content

Commit e3de544

Browse files
Urcraflip1995
andauthored
Remove empty lines in doc comment
Co-authored-by: Philipp Krones <[email protected]>
1 parent 45aa3ef commit e3de544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/len_zero.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ declare_clippy_lint! {
8585
/// if s == "" {
8686
/// ..
8787
/// }
88-
88+
///
8989
/// if arr == [] {
9090
/// ..
9191
/// }
@@ -95,7 +95,7 @@ declare_clippy_lint! {
9595
/// if s.is_empty() {
9696
/// ..
9797
/// }
98-
98+
///
9999
/// if arr.is_empty() {
100100
/// ..
101101
/// }

0 commit comments

Comments
 (0)