From f29db8a1ae64f2b23fdf1d5565fd98b61578d62a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 17 Jan 2022 17:04:19 -0500 Subject: [PATCH] remove todo --- cli/lsp/language_server.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/lsp/language_server.rs b/cli/lsp/language_server.rs index 79ae41a20f..80b93d3bfc 100644 --- a/cli/lsp/language_server.rs +++ b/cli/lsp/language_server.rs @@ -286,8 +286,6 @@ impl Inner { Ok(navigation_tree) } - // TODO(ry): We can just return ConfigFile and use ConfigFile::specifier - // instead of returning URL in the tuple. /// Returns a tuple with parsed `ConfigFile` and `Url` pointing to that file. /// If there's no config file specified in settings returns `None`. fn get_config_file(&self) -> Result, AnyError> {