Skip to content

Commit d7aa013

Browse files
committed
Fix rust-analyzer on derivative crate
Workaround from rust-lang/rust-analyzer#7459
1 parent b1a2641 commit d7aa013

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rust-analyzer.cargo.unsetTest": [
3+
"core",
4+
"derivative"
5+
]
6+
}

0 commit comments

Comments
 (0)