Skip to content

Commit 7a369f3

Browse files
committed
indexmap: expose PowerOfTwo, Bucket and Pos
This change allows the create custom structs with size arguments outside the heapless crate itself.
1 parent 3d20301 commit 7a369f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
#![deny(warnings)]
6969

7070
pub use binary_heap::BinaryHeap;
71-
pub use generic_array::typenum::consts;
71+
pub use generic_array::typenum::{consts, PowerOfTwo};
7272
pub use generic_array::ArrayLength;
73-
pub use indexmap::{FnvIndexMap, IndexMap};
73+
pub use indexmap::{Bucket, FnvIndexMap, IndexMap, Pos};
7474
pub use indexset::{FnvIndexSet, IndexSet};
7575
pub use linear_map::LinearMap;
7676
pub use string::String;

0 commit comments

Comments
 (0)