From ddbd953be2429e40f521af29cd02a1bb23233d63 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 11 Jun 2024 23:40:58 +0200 Subject: fs-tracer: cleanup imports --- fs-tracer/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs-tracer/src/main.rs b/fs-tracer/src/main.rs index 6fed8e5..c59dd53 100644 --- a/fs-tracer/src/main.rs +++ b/fs-tracer/src/main.rs @@ -9,9 +9,7 @@ use fs_tracer_common::SyscallInfo; use log::{debug, info, warn}; use std::env; use std::sync::atomic::{AtomicBool, Ordering}; -use std::sync::mpsc; -use std::sync::{Arc, Mutex}; -use tokio::task; +use std::sync::Arc; #[tokio::main] async fn main() -> Result<(), anyhow::Error> { -- cgit 1.4.1