We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574ef55 + 827ee7a commit 87bdc8eCopy full SHA for 87bdc8e
src/libstd/time.rs
@@ -67,7 +67,7 @@ pub use core::time::Duration;
67
/// |:---------:|:--------------------------------------------------------------------:|
68
/// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
69
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
70
-/// | UNIX | [clock_time_get (Monotonic Clock)] |
+/// | UNIX | [clock_gettime (Monotonic Clock)] |
71
/// | Darwin | [mach_absolute_time] |
72
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
73
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
0 commit comments