Register new snapshots
This commit is contained in:
parent
557d4346a2
commit
36ef29abf7
29 changed files with 25 additions and 1166 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue