Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jul 26, 2021
1 parent afb734d commit b92ad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/tests/loom_pool.rs
Expand Up @@ -11,7 +11,7 @@ use crate::{spawn, task};
use tokio_test::assert_ok;

use loom::sync::atomic::{AtomicBool, AtomicUsize};
use loom::sync::{Arc, Mutex};
use loom::sync::Arc;

use pin_project_lite::pin_project;
use std::future::Future;
Expand Down

0 comments on commit b92ad8c

Please sign in to comment.