Lokathor / tinyvec

Just, really the littlest Vec you could need. So smol.
https://docs.rs/tinyvec
Apache License 2.0
648 stars 49 forks source link

doc for `TinyVec push` #191

Closed kzhui125 closed 6 months ago

kzhui125 commented 7 months ago

https://github.com/Lokathor/tinyvec/blob/549e11423685358374164d73ddda83dc73bcbb74/src/tinyvec.rs#L853

image

This method won't panic?

Lokathor commented 7 months ago

Ah ha, looks like the docs are indeed wrong.