Skip to content

Commit c295f19

Browse files
committed
ValuesIter variants aren't really public
1 parent a898eda commit c295f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evmap/src/values.rs

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ impl<'a, T, S> IntoIterator for &'a Values<T, S> {
108108
}
109109
}
110110

111+
#[non_exhaustive]
111112
pub enum ValuesIter<'a, T, S> {
112113
#[doc(hidden)]
113114
Short(<&'a smallvec::SmallVec<[T; 1]> as IntoIterator>::IntoIter),

0 commit comments

Comments
 (0)