Skip to content

Commit 2f810a3

Browse files
committed
Add unit and proptest feature flags to scrubber
1 parent e85270b commit 2f810a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

crates/scrubber/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ edition = "2024"
55

66
[lints]
77
workspace = true
8+
9+
[features]
10+
default = ["unit-tests", "prop-tests"]
11+
unit-tests = []
12+
prop-tests = []

0 commit comments

Comments
 (0)