Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jul 9, 2024
1 parent e9a4ab4 commit 099aa0f
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 099aa0f

Please sign in to comment.