Fix whitespace
Co-authored-by: Ivan Tham <pickfire@riseup.net>
This commit is contained in:
parent
5e90909f38
commit
5485f8a8ba
1 changed files with 1 additions and 2 deletions
|
|
@ -185,8 +185,7 @@ macro_rules! iterator {
|
|||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn advance_by(&mut self, n: usize) -> Result<(), usize>{
|
||||
fn advance_by(&mut self, n: usize) -> Result<(), usize> {
|
||||
let advance = cmp::min(n, len!(self));
|
||||
// SAFETY: By construction, `advance` does not exceed `self.len()`.
|
||||
unsafe { self.post_inc_start(advance as isize) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue