mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Remove empty lines in doc comment
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
45aa3ef8dd
commit
e3de544c22
@ -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…
Reference in New Issue
Block a user