Skip to content

Commit

Permalink
Refactor lib.rs to remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Mar 27, 2024
1 parent c8b9b83 commit cdbdfb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//! Abieos is a Rust wrapper for the abieos C library
use std::ffi::{CStr, CString};
use std::ops::Deref;
use std::os::raw::c_char;

mod abieos_error;
Expand Down

0 comments on commit cdbdfb5

Please sign in to comment.