Remove empty lines in doc comment
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
45aa3ef8dd
commit
e3de544c22
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
/// ..
|
||||
/// }
|
||||
|
|
Loading…
Add table
Reference in a new issue