mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
rustfmt
This commit is contained in:
parent
b36367a28e
commit
fa1e92dacd
@ -871,7 +871,7 @@ impl<K, V, const N: usize> Iterator for IntoIter<K, V, N> {
|
||||
}
|
||||
|
||||
impl<K, V, S, const N: usize> IntoIterator for IndexMap<K, V, S, N>
|
||||
where
|
||||
where
|
||||
K: Eq + Hash,
|
||||
S: BuildHasher,
|
||||
{
|
||||
@ -880,7 +880,7 @@ impl<K, V, S, const N: usize> IntoIterator for IndexMap<K, V, S, N>
|
||||
|
||||
fn into_iter(self) -> Self::IntoIter {
|
||||
IntoIter {
|
||||
entries: self.core.entries
|
||||
entries: self.core.entries,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user