File tree 2 files changed +442
-1045
lines changed
2 files changed +442
-1045
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,6 @@ pub use indexmap::{
96
96
pub use indexset:: { FnvIndexSet , IndexSet , Iter as IndexSetIter } ;
97
97
pub use linear_map:: LinearMap ;
98
98
pub use string:: String ;
99
-
100
- // Workaround https://github.com/rust-lang/rust/issues/119015. This is required so that the methods on `VecView` and `Vec` are properly documented.
101
- // cfg(doc) prevents `VecInner` being part of the public API.
102
- // doc(hidden) prevents the `pub use vec::VecInner` from being visible in the documentation.
103
- #[ cfg( doc) ]
104
- #[ doc( hidden) ]
105
- pub use vec:: VecInner as _;
106
99
pub use vec:: { Vec , VecView } ;
107
100
108
101
#[ macro_use]
@@ -115,7 +108,7 @@ mod indexmap;
115
108
mod indexset;
116
109
mod linear_map;
117
110
pub mod string;
118
- mod vec;
111
+ pub mod vec;
119
112
120
113
#[ cfg( feature = "serde" ) ]
121
114
mod de;
You can’t perform that action at this time.
0 commit comments