Skip to content

Commit

Permalink
Update crates/primitives/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jul 10, 2024
1 parent 172c90b commit 65e2a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 _;

0 comments on commit 65e2a8f

Please sign in to comment.