Skip to content

Commit

Permalink
change label for .field FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvllvl authored Jan 7, 2025
1 parent 692db7e commit dc5c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/apple/b32/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cfg_if! {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
f.debug_struct("pthread_attr_t")
.field("__sig", &self.__sig)
// FIXME(macos): .field("__opaque", &self.__opaque)
// FIXME(debug): .field("__opaque", &self.__opaque)
.finish()
}
}
Expand Down

0 comments on commit dc5c144

Please sign in to comment.