We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25dbdf commit 2caf851Copy full SHA for 2caf851
xtask/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2021"
7
8
[dependencies]
9
xaction = "0.2"
10
+
11
+[lints.rust]
12
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trick_rust_analyzer_into_highlighting_interpolated_bits)'] }
0 commit comments