We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
impl Unsize<VecView> for Vec
1 parent e23e9b6 commit b23f273Copy full SHA for b23f273
src/lib.rs
@@ -86,7 +86,7 @@ pub use indexmap::{
86
pub use indexset::{FnvIndexSet, IndexSet, Iter as IndexSetIter};
87
pub use linear_map::LinearMap;
88
pub use string::String;
89
-pub use vec::Vec;
+pub use vec::{Vec, VecView};
90
91
#[macro_use]
92
#[cfg(test)]
0 commit comments