servo / rust-smallvec

"Small vector" optimization for Rust: store up to a small number of items on the stack
Apache License 2.0
1.32k stars 141 forks source link

Make README example work #344

Closed workingjubilee closed 5 months ago

workingjubilee commented 5 months ago

It never was updated to follow the signature change. Fixes servo/rust-smallvec#342.

Hypothetically one could want the README to follow the v1 version of SmallVec still. Seems unlikely.

workingjubilee commented 5 months ago

Ah I got it backwards, hm.

mbrubeck commented 5 months ago

Oops, yeah. Reverted.

workingjubilee commented 5 months ago

Sorry about the noise!