enable tt feature in crates/cfg tests
This commit is contained in:
parent
4cb250b668
commit
55b73e6b06
2 changed files with 4 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ name = "cfg"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"cfg",
|
||||
"expect-test",
|
||||
"intern",
|
||||
"oorandom",
|
||||
|
|
|
|||
|
|
@ -29,5 +29,8 @@ arbitrary = { version = "1.4.1", features = ["derive"] }
|
|||
syntax-bridge.workspace = true
|
||||
syntax.workspace = true
|
||||
|
||||
# tt is needed for testing
|
||||
cfg = { path = ".", default-features = false, features = ["tt"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue