Skip to content

Commit

Permalink
Remove dumb CFG check
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Feb 19, 2024
1 parent 07457fc commit dbe19bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/argus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod ext;
mod proof_tree;
mod rustc;
mod serialize;
#[cfg(all(feature = "testing", test))]
#[cfg(all(feature = "testing"))]
pub mod test_utils;
#[cfg(all(feature = "testing", test))]
mod ts;
Expand Down

0 comments on commit dbe19bc

Please sign in to comment.