7 lines
148 B
JSON
7 lines
148 B
JSON
{
|
|
// rust-analyzer can't currently handle macro-generated types
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
"unresolved-import"
|
|
]
|
|
}
|