Skip to content

Commit

Permalink
rm debug_assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Feb 20, 2024
1 parent 77fb001 commit 0993f00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions uni-stark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ mod symbolic_variable;
mod verifier;
mod zerofier_coset;

#[cfg(debug_assertions)]
mod check_constraints;

#[cfg(debug_assertions)]
pub use check_constraints::*;

pub use config::*;
pub use decompose::*;
pub use folder::*;
Expand Down

0 comments on commit 0993f00

Please sign in to comment.