Skip to content

Commit 434b7b5

Browse files
author
James Munns
committed
Fix bad merge
1 parent d5789b7 commit 434b7b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ version = "0.5.1"
2222
[features]
2323
default = ["cas"]
2424
cas = []
25+
# only for tests
26+
__trybuild = []
2527

2628
[target.x86_64-unknown-linux-gnu.dev-dependencies]
2729
scoped_threadpool = "0.1.8"
@@ -35,7 +37,3 @@ hash32 = "0.1.0"
3537
version = "1"
3638
optional = true
3739
default-features = false
38-
39-
[features]
40-
# only for tests
41-
__trybuild = []

0 commit comments

Comments
 (0)