Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 18, 2023
1 parent e541731 commit 1d2eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-cast/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl<'a> DisplayIndexState<'a> for &'a NullArray {
}

fn write(&self, state: &Self::State, _idx: usize, f: &mut dyn Write) -> FormatResult {
f.write_str(*state)?;
f.write_str(state)?;
Ok(())
}
}
Expand Down

0 comments on commit 1d2eddf

Please sign in to comment.