How come reserve wasn't just
pub fn reserve(&mut self, additional: usize) {
infallibe(self.try_reserve(additional));
}
?
That's probably out of scope for this PR though.
Same with {,try_}reserve_exact
Originally posted by @bolshoytoster in #624 (comment)
inherited technical debt @bolshoytoster
How come
reservewasn't just?
That's probably out of scope for this PR though.
Same with {,try_}reserve_exact
Originally posted by @bolshoytoster in #624 (comment)
inherited technical debt @bolshoytoster