From 0b1d646469faf664dd2f6d540e957c3bed374f98 Mon Sep 17 00:00:00 2001 From: Christian Lewe Date: Fri, 5 Jan 2024 13:35:04 +0100 Subject: [PATCH] Clippy: Fix lints New rust version, new lints. --- simplicity-sys/src/c_jets/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/simplicity-sys/src/c_jets/mod.rs b/simplicity-sys/src/c_jets/mod.rs index 8b88b472..24f154fc 100644 --- a/simplicity-sys/src/c_jets/mod.rs +++ b/simplicity-sys/src/c_jets/mod.rs @@ -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