Skip to content

Commit 9cb1e52

Browse files
Merge pull request #11 from argonaut0/patch-1
Fix rust_analyzer comment
2 parents 55156be + f9f2f22 commit 9cb1e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multilspy/language_servers/rust_analyzer/rust_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, config: MultilspyConfig, logger: MultilspyLogger, repository_
4141

4242
def setup_runtime_dependencies(self, logger: MultilspyLogger, config: MultilspyConfig) -> str:
4343
"""
44-
Setup runtime dependencies for OmniSharp.
44+
Setup runtime dependencies for rust_analyzer.
4545
"""
4646
platform_id = PlatformUtils.get_platform_id()
4747

0 commit comments

Comments
 (0)