mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 08:31:06 +00:00
Range impl is defined when building with std
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user