Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 10, 2024
1 parent 05a1f30 commit b3f72cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/segment/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ impl Deserializable for Metadata {

let key_range = KeyRange::deserialize(reader)?;

Ok(Self {
item_count,
compressed_bytes,
total_uncompressed_bytes,
key_range,
compression,
})
Ok(Self { item_count, compressed_bytes, total_uncompressed_bytes, compression, key_range })
}
}

0 comments on commit b3f72cc

Please sign in to comment.