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.
clockid_t
1 parent e673aaa commit 8ab4bf9Copy full SHA for 8ab4bf9
src/wasi.rs
@@ -65,6 +65,7 @@ s_paren! {
65
// in wasi-libc clockid_t is const struct __clockid* (where __clockid is an opaque struct),
66
// but that's an implementation detail that we don't want to have to deal with
67
#[repr(transparent)]
68
+ #[allow(dead_code)]
69
pub struct clockid_t(*const u8);
70
}
71
0 commit comments