Skip to content

Commit

Permalink
unused info
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 5, 2024
1 parent 57fb155 commit 2376bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading/src/observer/linux/cgroup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{collections::VecDeque, io};
use nix::errno::Errno;
use procfs::process::Process;
use rustc_hash::FxHashSet;
use tracing::{debug, error, info, trace};
use tracing::{debug, error, trace};

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

0 comments on commit 2376bfa

Please sign in to comment.