1
Fork 0

Register new snapshots

This commit is contained in:
Alex Crichton 2015-03-24 18:13:54 -07:00
parent 557d4346a2
commit 36ef29abf7
29 changed files with 25 additions and 1166 deletions

View file

@ -76,7 +76,7 @@
#![allow(bad_style, raw_pointer_derive)]
#![cfg_attr(target_os = "nacl", allow(unused_imports))]
#[cfg(feature = "cargo-build")] extern crate "std" as core;
#[cfg(feature = "cargo-build")] extern crate std as core;
#[cfg(not(feature = "cargo-build"))] extern crate core;
#[cfg(test)] extern crate std;