Skip to content

Commit 7bb743b

Browse files
committed
Cleanup lib.rs
1 parent a5847c2 commit 7bb743b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,12 @@ cfg_if! {
129129
}
130130
}
131131

132-
#[cfg(feature = "std")]
133-
extern crate std;
134-
135132
mod error;
136133
pub use crate::error::Error;
137134

138135
#[allow(dead_code)]
139136
mod util;
137+
// Unlike the other Unix, Fuchsia and iOS don't use the libc to make any calls.
140138
#[cfg(any(
141139
target_os = "android",
142140
target_os = "dragonfly",

0 commit comments

Comments
 (0)