1
Fork 0

Import the alloc crate as alloc_crate in std

… to make the name `alloc` available.
This commit is contained in:
Simon Sapin 2018-04-03 14:36:57 +02:00
parent c660cedc02
commit 1b895d8b88
18 changed files with 34 additions and 40 deletions

View file

@ -14,7 +14,7 @@
use ffi::{OsStr, OsString};
use env;
use collections::BTreeMap;
use alloc::borrow::Borrow;
use borrow::Borrow;
pub trait EnvKey:
From<OsString> + Into<OsString> +