chore: fix some typos
Signed-off-by: acceptacross <csqcqs@gmail.com>
This commit is contained in:
parent
4dd8941d3f
commit
3227f35177
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use std::ffi::c_int;
|
|||
#[cfg(feature = "jit")]
|
||||
use std::ffi::c_void;
|
||||
|
||||
// FIXME replace with core::ffi::c_size_t once stablized
|
||||
// FIXME replace with core::ffi::c_size_t once stabilized
|
||||
#[allow(non_camel_case_types)]
|
||||
#[cfg(feature = "jit")]
|
||||
type size_t = usize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue