Skip to content

Commit

Permalink
sys::sysinfo: fix clippy. (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 18, 2024
1 parent 08e7849 commit c6a7d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/sysinfo.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use libc::{self, SI_LOAD_SHIFT};
use libc::SI_LOAD_SHIFT;
use std::time::Duration;
use std::{cmp, mem};

Expand Down

0 comments on commit c6a7d40

Please sign in to comment.