1
Fork 0

Fix indents

This commit is contained in:
Vitaly _Vi Shukela 2018-09-18 18:07:54 +03:00 committed by flip1995
parent 2781cac839
commit 3eccccb367
No known key found for this signature in database
GPG key ID: 9F184E1164831181
26 changed files with 253 additions and 235 deletions

View file

@ -418,12 +418,14 @@ impl<'a, 'tcx> NonminimalBoolVisitor<'a, 'tcx> {
NONMINIMAL_BOOL,
e.span,
"this boolean expression can be simplified",
|db| { db.span_suggestions_with_applicability(
|db| {
db.span_suggestions_with_applicability(
e.span,
"try",
suggestions,
Applicability::Unspecified,
); },
);
},
);
};
if improvements.is_empty() {