Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Oct 28, 2024
1 parent 3cdadd5 commit 1532189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/polars-arrow/src/array/dictionary/typed_iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ impl<'a, K: DictionaryKey, V: DictValue> Iterator for DictionaryValuesIterTyped<

unsafe impl<K: DictionaryKey, V: DictValue> TrustedLen for DictionaryValuesIterTyped<'_, K, V> {}

impl<K: DictionaryKey, V: DictValue> DoubleEndedIterator
for DictionaryValuesIterTyped<'_, K, V>
{
impl<K: DictionaryKey, V: DictValue> DoubleEndedIterator for DictionaryValuesIterTyped<'_, K, V> {
#[inline]
fn next_back(&mut self) -> Option<Self::Item> {
if self.index == self.end {
Expand Down

0 comments on commit 1532189

Please sign in to comment.