Fix comment gone astray
This commit is contained in:
parent
3fbbee6ad5
commit
11a7773a3a
@ -85,8 +85,9 @@ trait GenericRadix {
|
||||
*byte = self.digit(n.to_u8()); // Store the digit in the buffer.
|
||||
curr -= 1;
|
||||
if x == zero {
|
||||
// No more digits left to accumulate.
|
||||
break
|
||||
}; // No more digits left to accumulate.
|
||||
};
|
||||
}
|
||||
}
|
||||
let buf = unsafe { str::from_utf8_unchecked(&buf[curr..]) };
|
||||
|
Loading…
x
Reference in New Issue
Block a user