Skip to content

Commit

Permalink
Auto merge of #3379 - Sword-Destiny:main, r=JohnTitor
Browse files Browse the repository at this point in the history
bugfix for teeos use Option

add use Option for teeos
  • Loading branch information
bors committed Oct 9, 2023
2 parents b4b6a53 + 0a06196 commit 78301e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/teeos/mod.rs
Expand Up @@ -8,6 +8,8 @@
// only supported on Rust > 1.59, so we can directly reexport c_void from core.
pub use core::ffi::c_void;

use Option;

pub type c_schar = i8;

pub type c_uchar = u8;
Expand Down

0 comments on commit 78301e2

Please sign in to comment.