diff --git a/src/constants/small_enums.rs b/src/constants/small_enums.rs index bc8ca53..6b5eb11 100644 --- a/src/constants/small_enums.rs +++ b/src/constants/small_enums.rs @@ -5,11 +5,7 @@ use num_derive::FromPrimitive; use num_traits::FromPrimitive; use serde::{Deserialize, Serialize}; use serde_repr::{Deserialize_repr, Serialize_repr}; -use std::{ - convert::Infallible, - fmt, - str::FromStr, -}; +use std::{convert::Infallible, fmt, str::FromStr}; use wasm_bindgen::prelude::*; //use crate::constants::find::Find;