chore: Rust 1.68.0 clippy linting

This commit is contained in:
Jack Wills
2023-03-09 15:12:51 +00:00
parent 20b79e9cd5
commit 5582c45403
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -402,7 +402,6 @@ impl DockerData {
self.spawns
.lock()
.values()
.into_iter()
.for_each(tokio::task::JoinHandle::abort);
self.is_running
.store(false, std::sync::atomic::Ordering::SeqCst);