remove implied end of slice
This commit is contained in:
parent
b2728d5426
commit
53578bdd19
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ impl<'a> Parser<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&self.input[start..self.input.len()]
|
&self.input[start..]
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parses an `Argument` structure, or what's contained within braces inside the format string.
|
/// Parses an `Argument` structure, or what's contained within braces inside the format string.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue