rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 256 forks source link

vec/raw: Simplify `RawVec::grow` #392

Closed nbraud closed 1 year ago

nbraud commented 1 year ago

Nothing much to add, I just noticed the example code could be refactored.

nbraud commented 1 year ago

sneakily fixes a typo. Sorry about that 😅