Skip to content

Commit

Permalink
fix: clippy fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Dec 27, 2024
1 parent 7161491 commit af54cb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pumpkin-nbt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ mod test {
use crate::BytesArray;
use crate::IntArray;
use crate::LongArray;
use crate::{
deserializer::from_bytes_unnamed,
serializer::to_bytes_unnamed,
};
use crate::{deserializer::from_bytes_unnamed, serializer::to_bytes_unnamed};

#[derive(Serialize, Deserialize, PartialEq, Debug)]
struct Test {
Expand Down

0 comments on commit af54cb4

Please sign in to comment.