Register new snapshots

This commit is contained in:
Alex Crichton
2014-06-22 21:16:11 -07:00
parent 1c7b780787
commit 70d4b50071
11 changed files with 10 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ This API is completely unstable and subject to change.
#![feature(macro_rules, globs, managed_boxes, default_type_params, phase)]
#![feature(quote, unsafe_destructor)]
#![allow(deprecated)]
#![allow(unknown_features)] // NOTE: remove after a stage0 snap
extern crate serialize;
extern crate term;