Skip to content

Commit dcc5b01

Browse files
committed
fix: ignore conditional configuration lint
1 parent 905088a commit dcc5b01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/xtask/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ features = ["derive"]
2525
[dependencies.url]
2626
version = "2"
2727
features = ["serde"]
28+
29+
[lints.rust]
30+
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(trick_rust_analyzer_into_highlighting_interpolated_bits)'] }

0 commit comments

Comments
 (0)