Skip to content

Commit b23f273

Browse files
Implement rust-embedded#424 but with the additional impl Unsize<VecView> for Vec
1 parent e23e9b6 commit b23f273

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
@@ -86,7 +86,7 @@ pub use indexmap::{
8686
pub use indexset::{FnvIndexSet, IndexSet, Iter as IndexSetIter};
8787
pub use linear_map::LinearMap;
8888
pub use string::String;
89-
pub use vec::Vec;
89+
pub use vec::{Vec, VecView};
9090

9191
#[macro_use]
9292
#[cfg(test)]

0 commit comments

Comments
 (0)