Skip to content

Commit 21f2ace

Browse files
authored
Update mod.rs
1 parent bd9428a commit 21f2ace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libstd/sys/redox/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ pub mod thread_local;
3939
pub mod time;
4040

4141
#[cfg(not(test))]
42-
pub fn init() {
43-
44-
}
42+
pub fn init() {}
4543

4644
pub fn decode_error_kind(errno: i32) -> ErrorKind {
4745
match errno {

0 commit comments

Comments
 (0)