Skip to content

Commit 2a63539

Browse files
committed
fixup
1 parent 0930305 commit 2a63539

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/unix/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,11 @@ extern {
839839
#[cfg_attr(target_os = "netbsd", link_name = "__gettimeofday50")]
840840
#[deprecated(
841841
since="0.2.54",
842-
note="The signature of this function is incorrect. If you are using it, please report that in the following issue so that we can evaluate the impact of fixing it: https://github.com/rust-lang/libc/issues/1338"
842+
note=
843+
"The signature of this function is incorrect. \
844+
If you are using it, please report that in the following issue \
845+
so that we can evaluate the impact of fixing it: \
846+
https://github.com/rust-lang/libc/issues/1338"
843847
)]
844848
pub fn gettimeofday(tp: *mut ::timeval,
845849
tz: *mut ::c_void) -> ::c_int;

0 commit comments

Comments
 (0)