diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2015-07-09 21:57:21 -0700 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2015-07-17 08:29:15 -0700 |
| commit | bfa0e1f58acf1c28d500c34ed258f09ae021893e (patch) | |
| tree | 2ce46adfc3ce6be3e7b9d12a14277b644e61cf5b /src/libcollections/lib.rs | |
| parent | b5dad7dcb22ed6bf8ebaae56b4339bd64f6983eb (diff) | |
| download | rust-bfa0e1f58acf1c28d500c34ed258f09ae021893e.tar.gz rust-bfa0e1f58acf1c28d500c34ed258f09ae021893e.zip | |
Add RawVec to unify raw Vecish code
Diffstat (limited to 'src/libcollections/lib.rs')
| -rw-r--r-- | src/libcollections/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 3c90a2c54e1..a2b2ae220f8 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -32,7 +32,6 @@ #![feature(alloc)] #![feature(box_patterns)] -#![feature(box_raw)] #![feature(box_syntax)] #![feature(core)] #![feature(core_intrinsics)] |
