Add an example for rust-analyzer.cargo.unsetTest [ci skip]

This commit is contained in:
Takashi Kokubun 2023-06-05 14:01:09 -07:00
parent 2543a6573f
commit 2e14a65309

View File

@ -2,4 +2,7 @@
"rust-analyzer.cargo.features": [ "rust-analyzer.cargo.features": [
"disasm", "disasm",
], ],
"rust-analyzer.cargo.unsetTest": [
"yjit",
],
} }