Skip to content

Commit c6a7d40

Browse files
authored
sys::sysinfo: fix clippy. (#2338)
1 parent 08e7849 commit c6a7d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/sysinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use libc::{self, SI_LOAD_SHIFT};
1+
use libc::SI_LOAD_SHIFT;
22
use std::time::Duration;
33
use std::{cmp, mem};
44

0 commit comments

Comments
 (0)