Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
phochard committed Nov 4, 2024
1 parent f3f5efa commit 3a77352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data_struct/dictionary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::{
hash::Hash,
marker::PhantomData,
mem::swap,
usize,
};

use serde::{
Expand All @@ -16,7 +15,6 @@ use serde::{

use super::error::Error;

#[allow(clippy::legacy_numeric_constants)]
type Index = usize;
/// `HashMap` keeping insertion order inspired by Python dictionary.
#[derive(Default, Clone, Eq, PartialEq, Debug)]
Expand Down

0 comments on commit 3a77352

Please sign in to comment.