Skip to content

Commit 5eced5d

Browse files
committed
Dogfood
1 parent fc2c6cb commit 5eced5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/collapsible_if.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ use utils::sugg::Sugg;
6363
declare_lint! {
6464
pub COLLAPSIBLE_IF,
6565
Warn,
66-
"`if`s that can be collapsed (e.g. `if x { if y { } }` and `else { if x { } }`)"
66+
"`if`s that can be collapsed (e.g. `if x { if y { ... } }` and `else { if x { ... } }`)"
6767
}
6868

6969
#[derive(Copy,Clone)]

0 commit comments

Comments
 (0)