Import the alloc
crate as alloc_crate
in std
… to make the name `alloc` available.
This commit is contained in:
parent
c660cedc02
commit
1b895d8b88
18 changed files with 34 additions and 40 deletions
|
@ -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> +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue