We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48008c5 commit aec9690Copy full SHA for aec9690
src/libproc/sys/linux.rs
@@ -96,9 +96,6 @@ mod test {
96
use std::collections::{HashMap, HashSet};
97
use std::io::{Error, Write};
98
99
- use procfs;
100
- use tempfile;
101
-
102
use super::*;
103
104
#[test]
src/libproc/sys/macos.rs
@@ -131,7 +131,6 @@ pub(crate) fn listpidspath(
131
#[cfg(test)]
132
mod test {
133
134
- use std::io;
135
136
137
0 commit comments