Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Mar 18, 2024
1 parent 423701a commit 470ce15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/small_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use num_traits::FromPrimitive;
use serde::{Deserialize, Serialize};
use serde_repr::{Deserialize_repr, Serialize_repr};
use std::{
convert::{Infallible, TryFrom},
convert::Infallible,
fmt,
str::FromStr,
};
Expand Down

0 comments on commit 470ce15

Please sign in to comment.