diff --git a/crates/primitives/src/lib.rs b/crates/primitives/src/lib.rs index f84d74fccd..e29efe9b12 100644 --- a/crates/primitives/src/lib.rs +++ b/crates/primitives/src/lib.rs @@ -47,5 +47,5 @@ pub use state::*; pub use utilities::*; #[cfg(all(feature = "c-kzg", feature = "kzg-rs"))] -// silence kzg-rs lint as c-kzg will be used as default if both are enabled +// silence kzg-rs lint as c-kzg will be used as default if both are enabled. use kzg_rs as _;