7ccbd9258f
- updated comments in compiler codegen - deleted old dsa compiler outputs - settings for zed
16 lines
410 B
JSON
16 lines
410 B
JSON
// Folder-specific settings
|
|
//
|
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
|
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
|
{
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"initialization_options": {
|
|
"check": {
|
|
"command": "clippy", // rust-analyzer.check.command (default: "check")
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|