Remove empty lines in doc comment

Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Christian Nielsen 2020-10-29 15:49:42 +01:00 committed by GitHub
parent 45aa3ef8dd
commit e3de544c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ declare_clippy_lint! {
/// if s == "" {
/// ..
/// }
///
/// if arr == [] {
/// ..
/// }
@ -95,7 +95,7 @@ declare_clippy_lint! {
/// if s.is_empty() {
/// ..
/// }
///
/// if arr.is_empty() {
/// ..
/// }