Skip to content

Commit aec9690

Browse files
fix clippy (#112)
* Fix clippy double use error * Macos also
1 parent 48008c5 commit aec9690

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/libproc/sys/linux.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ mod test {
9696
use std::collections::{HashMap, HashSet};
9797
use std::io::{Error, Write};
9898

99-
use procfs;
100-
use tempfile;
101-
10299
use super::*;
103100

104101
#[test]

src/libproc/sys/macos.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ pub(crate) fn listpidspath(
131131
#[cfg(test)]
132132
mod test {
133133
use std::collections::{HashMap, HashSet};
134-
use std::io;
135134

136135
use super::*;
137136

0 commit comments

Comments
 (0)