Skip to content

Commit 932576d

Browse files
Implement #424 but with the additional impl Unsize<VecView> for Vec
1 parent edadef8 commit 932576d

File tree

2 files changed

+969
-37
lines changed

2 files changed

+969
-37
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub use indexmap::{
8888
pub use indexset::{FnvIndexSet, IndexSet, Iter as IndexSetIter};
8989
pub use linear_map::LinearMap;
9090
pub use string::String;
91-
pub use vec::Vec;
91+
pub use vec::{Vec, VecView};
9292

9393
#[macro_use]
9494
#[cfg(test)]

0 commit comments

Comments
 (0)