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 {
1002
1002
}
1003
1003
pub mod posix01 {
1004
1004
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} ;
1006
1006
use types:: os:: arch:: c95:: { c_long, time_t} ;
1007
1007
use types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
1008
1008
use types:: os:: arch:: posix88:: { mode_t, off_t} ;
@@ -1096,7 +1096,7 @@ pub mod types {
1096
1096
}
1097
1097
pub mod posix01 {
1098
1098
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} ;
1100
1100
use types:: os:: arch:: c95:: { c_long, time_t} ;
1101
1101
use types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
1102
1102
use types:: os:: arch:: posix88:: { mode_t, off_t} ;
You can’t perform that action at this time.
0 commit comments