servo / rust-smallvec

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

fix: don't special-case `doc` for `feature = "const_generics"` #328

Closed mkroening closed 12 months ago

mkroening commented 12 months ago

The following invocations all succeed now:

cargo doc
cargo +nightly doc
cargo doc --features const_generics
cargo +nightly doc --features const_generics

Closes https://github.com/servo/rust-smallvec/issues/327

mkroening commented 11 months ago

When can we expect the next release? This is currently stopping us from documenting our crate with dependencies.

mbrubeck commented 11 months ago

Published smallvec 1.11.2.