Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Oct 25, 2023
1 parent 0f0ec63 commit 04768b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/procdata.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use std::{
collections::HashSet,
fs,
hash::Hash,
io::Error,
os::unix,
path::{self, Path, PathBuf},
path::{Path, PathBuf},
};

use crate::{
Expand Down

0 comments on commit 04768b5

Please sign in to comment.