Skip to content

Commit

Permalink
Clippy: Fix lints
Browse files Browse the repository at this point in the history
New rust version, new lints.
  • Loading branch information
uncomputable committed Jan 5, 2024
1 parent 282ade7 commit 0b1d646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simplicity-sys/src/c_jets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ use crate::c_jets::c_env::{CRawBuffer, CRawInput, CRawOutput, CRawTapEnv, CRawTr

#[cfg(feature = "test-utils")]
pub mod exec_ffi;
#[cfg(feature = "test-utils")]
pub use exec_ffi::*;

/// sanity checks for using the types.
/// We are not using the internal representation of the types at all, but
Expand Down

0 comments on commit 0b1d646

Please sign in to comment.