Skip to content

Commit

Permalink
Remove redundant import (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Jul 9, 2024
1 parent e9a4ab4 commit 00067e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rustler/src/types/i128.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::{Decoder, Encoder, Env, Error, NifResult, Term};
use std::convert::TryFrom;

const EXTERNAL_TERM_FORMAT_VERSION: u8 = 131;
const SMALL_BIG_EXT: u8 = 110;
Expand Down
1 change: 0 additions & 1 deletion rustler_sys/src/rustler_sys_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use std::os;
#[allow(non_camel_case_types)]
pub type size_t = usize;

use std::option::Option;
//use std::mem::size_of;

#[allow(non_camel_case_types)]
Expand Down

0 comments on commit 00067e3

Please sign in to comment.