From 3a5ec3f91efbca685bf9d061fdcbc7ddddf2c576 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 13 Jan 2019 15:51:21 -0700 Subject: [PATCH] Fix style --- src/redox/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/redox/mod.rs b/src/redox/mod.rs index d3295142..578ce6fa 100644 --- a/src/redox/mod.rs +++ b/src/redox/mod.rs @@ -1,4 +1,3 @@ - pub type int8_t = i8; pub type int16_t = i16; pub type int32_t = i32; @@ -183,7 +182,6 @@ pub const SIGSYS: ::c_int = 31; pub enum FILE {} pub enum fpos_t {} // TODO: fill this out with a struct - // intentionally not public, only used for fd_set cfg_if! { if #[cfg(target_pointer_width = "32")] {