]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddyb
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 14 Jul 2020 14:39:15 +0000 (07:39 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 14:39:15 +0000 (07:39 -0700)
Use `ArrayVec` in `SparseBitSet`.

Instead of `SmallVec`, because the maximum size is known.

r? @eddyb

1  2 
Cargo.lock

diff --cc Cargo.lock
Simple merge