about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-11-30 16:38:07 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-03 14:31:54 -0800
commitacc5e32e53d313a890a07cb0b693ce8df5bc94ce (patch)
tree2ac4923981b4e5e96562aa5525eadab1ccf4f834 /src/libsyntax
parent4252a24ae1236207a99c1d313d4b1b1eda3ebb58 (diff)
downloadrust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.tar.gz
rust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.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 7fd503a8d42..eafcf7c09a0 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -19,7 +19,6 @@
        uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
 
 #[license = "MIT/ASL2"];
-#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot
 #[crate_type = "dylib"];
 
 #[feature(macro_rules, globs, managed_boxes)];