Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #147644 - cjgillot:bitsetvec, r=jackh726
Use regular Vec in BitSet.
That code is hot enough for the branch in all accesses to `SmallVec` to appear in profiles.