Skip to content

Commit 2f79087

Browse files
committed
unused info
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 1704daa commit 2f79087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading/src/observer/linux/cgroup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::{collections::VecDeque, io};
66
use nix::errno::Errno;
77
use procfs::process::Process;
88
use rustc_hash::FxHashSet;
9-
use tracing::{debug, error, info, trace};
9+
use tracing::{debug, error, trace};
1010

1111
#[derive(thiserror::Error, Debug)]
1212
/// Errors produced by functions in this module

0 commit comments

Comments
 (0)