We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909a569 commit 77b5305Copy full SHA for 77b5305
lading/src/observer/linux/cgroup.rs
@@ -6,7 +6,7 @@ use std::{collections::VecDeque, io};
6
use nix::errno::Errno;
7
use procfs::process::Process;
8
use rustc_hash::FxHashSet;
9
-use tracing::{debug, error, info, trace};
+use tracing::{debug, error, trace};
10
11
#[derive(thiserror::Error, Debug)]
12
/// Errors produced by functions in this module
0 commit comments