Changes from review comments.

This commit is contained in:
Chris Fallin
2021-04-18 13:02:05 -07:00
parent a08b0121a0
commit 940c1b719d
16 changed files with 85 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
/*
* Released under the terms of the Apache 2.0 license with LLVM
* exception. See `LICENSE` for details.
*/
//! Bit vectors.
use smallvec::{smallvec, SmallVec};