Skip to content

Commit

Permalink
Fix unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Dec 1, 2022
1 parent 42b3b44 commit 25d918d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/youki/src/commands/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::collections::HashSet;
use std::{fs, path::Path};

use anyhow::Result;
use caps::Capability;
use clap::Parser;
use libcontainer::rootless;
use procfs::{CpuInfo, Meminfo};
Expand Down

0 comments on commit 25d918d

Please sign in to comment.