Skip to content

Commit

Permalink
Fix clippy lints (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <nico@nicoburns.com>
  • Loading branch information
nicoburns authored Dec 12, 2024
1 parent d992002 commit 480397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use serde::{Deserialize, Deserializer, Serialize};
use std::iter::Sum;
use std::{
default::Default,
fmt, i32,
fmt,
ops::{Add, AddAssign, Div, DivAssign, Mul, MulAssign, Neg, Rem, Sub, SubAssign},
};

Expand Down

0 comments on commit 480397f

Please sign in to comment.