about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-03-23 11:37:31 +0100
committerFlavio Percoco <flaper87@gmail.com>2014-03-23 11:37:31 +0100
commit576e36e674d645cd4682cf2df43fb25c3d1a71d4 (patch)
tree3d53cbf1db37999af25297e739d495a718721faa /src/libsyntax
parent2ddb60565423bdc225ccc8dd4ebfb653c5650ba2 (diff)
downloadrust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.tar.gz
rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.zip
Register new snapshots
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 70fb96e4c5f..4de17dc598b 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -28,7 +28,6 @@ This API is completely unstable and subject to change.
 
 #[feature(macro_rules, globs, managed_boxes, default_type_params, phase,
           quote)];
-#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 #[allow(deprecated)];
 
 extern crate serialize;