diff options
author | Philipp Mildenberger | 2023-05-18 20:24:09 +0000 |
---|---|---|
committer | Philipp Mildenberger | 2023-05-18 20:25:32 +0000 |
commit | 2a512f7c487f0a707a7eb158e24bd478433bcd91 (patch) | |
tree | c8f5c59d40d1ecde227c209f898cc7afd6da5477 /helix-lsp | |
parent | f8fa0d8a10e14272742af907ae0aeaef2411ad93 (diff) |
Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index 989c5e2f..d053dbf9 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -682,7 +682,7 @@ impl Registry { /// If this method is called, all documents that have a reference to language servers used by the language config have to refresh their language servers, /// as it could be that language servers of these documents were stopped by this method. - /// See [helix_view::editor::Editor::refresh_language_servers] + /// See helix_view::editor::Editor::refresh_language_servers pub fn restart( &mut self, language_config: &LanguageConfiguration, |