@@ -21,10 +21,10 @@ used features.
2121the floating point types, the `bool` type, tuples, characters, strings,
2222vectors (`vec`), managed boxes (`managed`), owned boxes (`owned`), and unsafe
2323and borrowed pointers (`ptr`). Additionally, `core` provides task management
24- and creation (`task`), communication primitives (`comm` and `pipes`), an
25- efficient vector builder (`dvec `), platform abstractions (`os` and `path`),
26- basic I/O abstractions (`io`), common traits (` cmp`, `num`, `to_str`), and
27- complete bindings to the C standard library (`libc`).
24+ and creation (`task`), communication primitives (`comm` and `pipes`), platform
25+ abstractions (`os` and `path `), basic I/O abstractions (`io`), common traits
26+ (` cmp`, `num`, `to_str`), and complete bindings to the C standard library
27+ (`libc`).
2828
2929`core` is linked to all crates by default and its contents imported.
3030Implicitly, all crates behave as if they included the following prologue:
@@ -141,9 +141,6 @@ pub mod container;
141141pub mod option;
142142pub mod result;
143143pub mod either;
144- pub mod dvec;
145- #[path="iter-trait.rs"] #[merge = "iter-trait/dvec.rs"]
146- pub mod dvec_iter;
147144pub mod dlist;
148145#[path="iter-trait.rs"] #[merge = "iter-trait/dlist.rs"]
149146pub mod dlist_iter;
0 commit comments