This commit is contained in:
mcarton 2016-07-17 13:29:34 +02:00
parent fc2c6cbb08
commit 5eced5dc55

View file

@ -63,7 +63,7 @@ use utils::sugg::Sugg;
declare_lint! {
pub COLLAPSIBLE_IF,
Warn,
"`if`s that can be collapsed (e.g. `if x { if y { … } }` and `else { if x { … } }`)"
"`if`s that can be collapsed (e.g. `if x { if y { ... } }` and `else { if x { ... } }`)"
}
#[derive(Copy,Clone)]