Skip to content

Commit fcfff08

Browse files
Merge pull request #20836 from Elliot-Roberts/cfg-require-tt
Fix compile error in `crates/cfg` tests due to `tt` feature
2 parents 8747cf8 + 606909e commit fcfff08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cfg/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ arbitrary = { version = "1.4.1", features = ["derive"] }
2929
syntax-bridge.workspace = true
3030
syntax.workspace = true
3131

32+
# tt is needed for testing
33+
cfg = { path = ".", default-features = false, features = ["tt"] }
34+
3235
[lints]
3336
workspace = true

0 commit comments

Comments
 (0)