]> git.lizzy.rs Git - rust.git/commitdiff
Remove empty lines in doc comment
authorChristian Nielsen <Urcra@users.noreply.github.com>
Thu, 29 Oct 2020 14:49:42 +0000 (15:49 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 14:49:42 +0000 (15:49 +0100)
Co-authored-by: Philipp Krones <hello@philkrones.com>
clippy_lints/src/len_zero.rs

index d0e7dea4a54ae1cfc91e0ce92da1223201c8c423..8e2f03d6e4e91641cfd93e22e75f958d10413c03 100644 (file)
@@ -85,7 +85,7 @@
     /// if s == "" {
     ///     ..
     /// }
-
+    ///
     /// if arr == [] {
     ///     ..
     /// }
@@ -95,7 +95,7 @@
     /// if s.is_empty() {
     ///     ..
     /// }
-
+    ///
     /// if arr.is_empty() {
     ///     ..
     /// }