src/tools/procfs.rs: avoid compiler warning
This commit is contained in:
parent
1f6fbf1c57
commit
7f2078de59
|
@ -1,6 +1,6 @@
|
|||
use failure::*;
|
||||
|
||||
use std::fs::{File, OpenOptions};
|
||||
use std::fs::OpenOptions;
|
||||
use std::io::{BufRead, BufReader};
|
||||
use crate::tools;
|
||||
use lazy_static::lazy_static;
|
||||
|
|
Loading…
Reference in New Issue