Skip to content

Commit d6e29f6

Browse files
add debug impl to posix_dent
1 parent a23fedf commit d6e29f6

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ cfg_if! {
3838
}
3939

4040
#[repr(C)]
41+
#[derive(Debug)]
4142
pub struct posix_dent {
4243
pub d_ino: ino_t,
4344
pub d_off: off_t,

0 commit comments

Comments
 (0)