diff options
Diffstat (limited to 'src/libcollections')
| -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 ec57173ff19..fba85b05231 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -21,7 +21,6 @@ html_root_url = "http://static.rust-lang.org/doc/master")]; #[feature(macro_rules, managed_boxes, default_type_params, phase)]; -#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0 extern crate rand; |
