File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ pub mod types {
10021002 }
10031003 pub mod posix01 {
10041004 use types:: common:: c95:: { c_void} ;
1005- use types:: common:: c99:: { uint8_t , uint32_t, int32_t} ;
1005+ use types:: common:: c99:: { uint32_t, int32_t} ;
10061006 use types:: os:: arch:: c95:: { c_long, time_t} ;
10071007 use types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
10081008 use types:: os:: arch:: posix88:: { mode_t, off_t} ;
@@ -1096,7 +1096,7 @@ pub mod types {
10961096 }
10971097 pub mod posix01 {
10981098 use types:: common:: c95:: { c_void} ;
1099- use types:: common:: c99:: { uint8_t , uint32_t, int32_t} ;
1099+ use types:: common:: c99:: { uint32_t, int32_t} ;
11001100 use types:: os:: arch:: c95:: { c_long, time_t} ;
11011101 use types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
11021102 use types:: os:: arch:: posix88:: { mode_t, off_t} ;
You can’t perform that action at this time.
0 commit comments