Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NKID00 committed Aug 25, 2024
1 parent a735a1a commit 54906f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoio/src/task/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{
fmt,
sync::atomic::{
AtomicUsize,
Ordering::{AcqRel, Acquire, Release},
Ordering::{AcqRel, Acquire},
},
};

Expand Down

0 comments on commit 54906f0

Please sign in to comment.