Skip to content

Commit 52bb152

Browse files
committed
allowd unused types ggid_t and uuid_t
1 parent 682b8af commit 52bb152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/hermit/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
pub type c_long = i64;
2020
pub type c_ulong = u64;
2121

22+
#[allow(unused)]
2223
pub type uid_t = u16;
24+
#[allow(unused)]
2325
pub type gid_t = u16;
2426
pub type speed_t = ::c_uint;
2527
pub type mode_t = u32;

0 commit comments

Comments
 (0)