Skip to content

Commit ea1248c

Browse files
committed
---
yaml --- r: 47581 b: refs/heads/try c: 59de385 h: refs/heads/master i: 47579: 414e93d v: v3
1 parent 7ec6a37 commit ea1248c

File tree

5 files changed

+5
-401
lines changed

5 files changed

+5
-401
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: 2c87920f5274ad2df2071ba295e533d606780cf6
5+
refs/heads/try: 59de3853be3b7d9e5306522bdfdb76be69555703
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcore/core.rc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ used features.
2121
the floating point types, the `bool` type, tuples, characters, strings,
2222
vectors (`vec`), managed boxes (`managed`), owned boxes (`owned`), and unsafe
2323
and 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.
3030
Implicitly, all crates behave as if they included the following prologue:
@@ -141,9 +141,6 @@ pub mod container;
141141
pub mod option;
142142
pub mod result;
143143
pub mod either;
144-
pub mod dvec;
145-
#[path="iter-trait.rs"] #[merge = "iter-trait/dvec.rs"]
146-
pub mod dvec_iter;
147144
pub mod dlist;
148145
#[path="iter-trait.rs"] #[merge = "iter-trait/dlist.rs"]
149146
pub mod dlist_iter;

branches/try/src/libcore/dvec.rs

Lines changed: 0 additions & 355 deletions
This file was deleted.

0 commit comments

Comments
 (0)