Range impl is defined when building with std
This commit is contained in:
parent
350c2e835b
commit
fcc3c69a49
@ -17,7 +17,7 @@ use core::hash::{Hash, BuildHasher};
|
|||||||
use core::iter;
|
use core::iter;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use std::net;
|
use std::net;
|
||||||
#[cfg(feature = "unstable")]
|
#[cfg(any(feature = "std", feature = "unstable"))]
|
||||||
use core::ops;
|
use core::ops;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use std::path;
|
use std::path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user