File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1752,9 +1752,8 @@ https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/lsp-extensions.m
1752
1752
(" rust-analyzer.showReferences" #'lsp-rust--analyzer-show-references )
1753
1753
(" rust-analyzer.triggerParameterHints" #'lsp--action-trigger-parameter-hints ))
1754
1754
:library-folders-fn (lambda (_workspace ) lsp-rust-analyzer-library-directories)
1755
- :semantic-tokens-faces-overrides `(:discard-default-modifiers t
1756
- :modifiers
1757
- ,(lsp-rust-analyzer--semantic-modifiers))
1755
+ :semantic-tokens-faces-overrides `( :discard-default-modifiers t
1756
+ :modifiers ,(lsp-rust-analyzer--semantic-modifiers))
1758
1757
:server-id 'rust-analyzer
1759
1758
:custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (featurep 'yasnippet ))))))
1760
1759
:download-server-fn (lambda (_client callback error-callback _update? )
You can’t perform that action at this time.
0 commit comments