Skip to content

Commit f05ac8a

Browse files
committed
Update mod.rs
1 parent 11ac554 commit f05ac8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/handlers/process/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use sysinfo::{System, Pid, Process};
66
use std::collections::HashMap;
77
use std::sync::{Arc, Mutex};
88
use std::time::{Duration, SystemTime};
9-
use async_trait::async_trait;
10-
119
#[cfg(windows)]
1210
mod windows;
1311
#[cfg(unix)]

0 commit comments

Comments
 (0)