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 b8ef72b commit ff3870cCopy full SHA for ff3870c
src/dmesg.rs
@@ -1,7 +1,6 @@
1
extern crate libproc;
2
extern crate libc;
3
4
-use std::str;
5
use std::io::Write;
6
use libproc::libproc::kmesg_buffer;
7
src/procinfo.rs
@@ -1,7 +1,7 @@
-use std::{env, str};
+use std::env;
use libproc::libproc::proc_pid;
0 commit comments