mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-23 08:48:08 +00:00
fix: Fix linter error
This commit is contained in:
parent
8ee653fd18
commit
35906cee5f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ function createCommands(): Record<string, CommandFactory> {
|
|||
copyRunCommandLine: { enabled: commands.copyRunCommandLine },
|
||||
debug: { enabled: commands.debug },
|
||||
newDebugConfig: { enabled: commands.newDebugConfig },
|
||||
fetchRunnableAtCursor : { enabled: commands.fetchRunnableAtCursor },
|
||||
fetchRunnableAtCursor: { enabled: commands.fetchRunnableAtCursor },
|
||||
openDocs: { enabled: commands.openDocs },
|
||||
openExternalDocs: { enabled: commands.openExternalDocs },
|
||||
openCargoToml: { enabled: commands.openCargoToml },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue