Skip to content

Commit 509c1cd

Browse files
committed
Remove speculative comment
1 parent 0f1190a commit 509c1cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-core/src/language_server/compiler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ where
5959
// The build caches do not contain all the information we need in the
6060
// LSP (e.g. the typed AST) so delete the caches for the top level
6161
// package before we run for the first time.
62-
// TODO: remove this once the caches have contain all the information
6362
{
6463
let _guard: LockGuard = locker.lock_for_build()?;
6564
let path = paths.build_directory_for_package(Mode::Lsp, target, &name);

0 commit comments

Comments
 (0)