Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Sep 1, 2024
1 parent f525905 commit d93a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_arrow/src/internal/serialization/bool_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct BoolBuilder {
impl BoolBuilder {
pub fn new(path: String, is_nullable: bool) -> Self {
Self {
path: path,
path,
array: BooleanArray {
len: 0,
validity: is_nullable.then(Vec::new),
Expand Down

0 comments on commit d93a05d

Please sign in to comment.