Skip to content

Commit

Permalink
remove accidental reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 29, 2021
1 parent 835b707 commit da8dac3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sys/time.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#[cfg_attr(target_env = "musl", allow(deprecated))]
// https://github.com/rust-lang/libc/issues/1848
pub use libc::{suseconds_t, time_t};
use libc::{timespec, timeval};
use std::convert::From;
use std::time::Duration;
use std::{cmp, fmt, ops};
use libc::{timespec, timeval};
#[cfg_attr(target_env = "musl", allow(deprecated))] // https://github.com/rust-lang/libc/issues/1848
pub use libc::{suseconds_t, time_t};

#[cfg(all(
any(target_os = "android",
Expand Down

0 comments on commit da8dac3

Please sign in to comment.