fix trailing whitespace in error message
This commit is contained in:
parent
e141246cbb
commit
0548e8ed06
2 changed files with 2 additions and 2 deletions
|
@ -2736,7 +2736,7 @@ impl<'b, 'v> Visitor<'v> for ConditionVisitor<'b> {
|
|||
self.errors.push((
|
||||
e.span,
|
||||
format!(
|
||||
"if the `for` loop runs 0 times, {} is not initialized ",
|
||||
"if the `for` loop runs 0 times, {} is not initialized",
|
||||
self.name
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue