Skip to content

Commit

Permalink
Merge #191: Fix clippy lints
Browse files Browse the repository at this point in the history
0b1d646 Clippy: Fix lints (Christian Lewe)

Pull request description:

  New rust version, new lints.

ACKs for top commit:
  delta1:
    ACK 0b1d646
  apoelstra:
    ACK 0b1d646

Tree-SHA512: 909f0eec9a3c6d3be85af08eecd698cd039d453115651d68142a886b4774163409758636329fe3a34cb14c49bb3b51f5bc50c0fdd3258d37a2657713d1544121
  • Loading branch information
uncomputable committed Jan 5, 2024
2 parents 282ade7 + 0b1d646 commit 45919de
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 45919de

Please sign in to comment.