diff --git a/crates/polars-arrow/src/array/dictionary/typed_iterator.rs b/crates/polars-arrow/src/array/dictionary/typed_iterator.rs index 8fb98e6cf8c2..d7e7637bf28d 100644 --- a/crates/polars-arrow/src/array/dictionary/typed_iterator.rs +++ b/crates/polars-arrow/src/array/dictionary/typed_iterator.rs @@ -119,9 +119,7 @@ impl<'a, K: DictionaryKey, V: DictValue> Iterator for DictionaryValuesIterTyped< unsafe impl TrustedLen for DictionaryValuesIterTyped<'_, K, V> {} -impl DoubleEndedIterator - for DictionaryValuesIterTyped<'_, K, V> -{ +impl DoubleEndedIterator for DictionaryValuesIterTyped<'_, K, V> { #[inline] fn next_back(&mut self) -> Option { if self.index == self.end {