kitchen/.vscode/settings.json

6 lines
115 B
JSON

{
"rust-analyzer.diagnostics.disabled": [
"macro-error"
],
"rust-analyzer.cargo.features": []
}