Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
branpk committed Sep 15, 2023
1 parent a8956d6 commit 0ab73b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wafel_app/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#[allow(unused_imports)]
use std::sync::atomic::Ordering;
use std::{
fmt,
sync::{atomic::AtomicBool, Arc, Mutex},
Expand Down

0 comments on commit 0ab73b0

Please sign in to comment.