Skip to content

Commit 8260847

Browse files
committed
as mach
1 parent 4ceedbd commit 8260847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ extern crate core;
151151
any(target_os = "macos", target_os = "ios"),
152152
not(feature = "unix_sysv")
153153
))]
154-
extern crate mach2;
154+
extern crate mach2 as mach;
155155

156156
#[cfg(unix)]
157157
extern crate libc;

0 commit comments

Comments
 (0)