Sourced from smallvec's releases.
v1.11.0
What's Changed
- Testing and documentation fixes by
@striezel
in servo/rust-smallvec#294 and servo/rust-smallvec#293- Use
NonNull
pointer in heap version by@AngelicosPhosphoros
in servo/rust-smallvec#298- Implemented experimental
drain_filter
method by@L0uisc
in servo/rust-smallvec#292New Contributors
@striezel
made their first contribution in servo/rust-smallvec#294@AngelicosPhosphoros
made their first contribution in servo/rust-smallvec#298Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0
82b5f5b
Version 1.11.092d3e69
Update fuzz dependenciesfc18a2e
Document drain_filter features.3e20520
Auto merge of #292
- L0uisc:drain_filter, r=mbrubeckae7ff95
DrainFiilter drain_keep_rest feature flag and test5d0c7e2
keep_rest method for DrainFilterfa77030
drain_filter feature flagc64344a
Added test9806b2d
Implemented Drop for DrainFilter24735d3
drain_filter method to create DrainFilter iterator.