Skip to content

Commit 6f9a32d

Browse files
authored
Merge pull request #5 from svc-design/codex/fix-unresolved-import-for-atomicusize
Fix AtomicUsize import
2 parents 2cfe200 + 1ec20b4 commit 6f9a32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/crates/public/src/queue/debug.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use std::{
1818
fmt::Debug,
1919
sync::{
20-
atomic::{AtomicBool, Ordering},
21-
Arc, AtomicUsize,
20+
atomic::{AtomicBool, AtomicUsize, Ordering},
21+
Arc,
2222
},
2323
};
2424

0 commit comments

Comments
 (0)