We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8377ba9 commit 72f083bCopy full SHA for 72f083b
1 file changed
src/iterators/values.rs
@@ -4,7 +4,6 @@
4
extern crate alloc;
5
#[cfg(feature = "no_std")]
6
use alloc::boxed::Box;
7
-#[cfg(not(feature = "no_std"))]
8
9
/// Generic values Iterator.
10
pub struct ValuesIter<'a, T>(pub(crate) Box<dyn 'a + Iterator<Item = &'a T>>);
0 commit comments