Skip to content

Commit 72f083b

Browse files
committed
Removed unnecessary conditional compilation flag
1 parent 8377ba9 commit 72f083b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/iterators/values.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
extern crate alloc;
55
#[cfg(feature = "no_std")]
66
use alloc::boxed::Box;
7-
#[cfg(not(feature = "no_std"))]
87

98
/// Generic values Iterator.
109
pub struct ValuesIter<'a, T>(pub(crate) Box<dyn 'a + Iterator<Item = &'a T>>);

0 commit comments

Comments
 (0)