We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af2448 commit 9b2808cCopy full SHA for 9b2808c
src/unix/bsd/apple/mod.rs
@@ -1587,7 +1587,7 @@ cfg_if! {
1587
fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
1588
f.debug_struct("time_value_t")
1589
.field("seconds", &self.seconds)
1590
- .field("microseconds", &self.seconds)
+ .field("microseconds", &self.microseconds)
1591
.finish()
1592
}
1593
@@ -1699,7 +1699,7 @@ cfg_if! {
1699
1700
f.debug_struct("thread_identifier_info")
1701
.field("thread_id", &self.thread_id)
1702
- .field("thread_handlee", &self.thread_handle)
+ .field("thread_handle", &self.thread_handle)
1703
.field("dispatch_qaddr", &self.dispatch_qaddr)
1704
1705
0 commit comments