Skip to content

Commit bdc4652

Browse files
authored
Update lib.rs
1 parent 8bd1515 commit bdc4652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ use std::hash::Hash;
6565
use std::fmt::Write;
6666
#[cfg(feature = "use_std")]
6767
type VecIntoIter<T> = ::std::vec::IntoIter<T>;
68+
#[cfg(feature = "use_std")]
6869
use std::iter::FromIterator;
6970

7071
#[macro_use]

0 commit comments

Comments
 (0)