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

@@ -57,7 +57,6 @@
#![no_std]
#![feature(globs, macro_rules, managed_boxes, phase, simd, unsafe_destructor)]
#![deny(missing_doc)]
#![allow(unknown_features)] // NOTE: remove after a stage0 snap
#[cfg(test)] extern crate realcore = "core";
#[cfg(test)] extern crate libc;