diff options
Diffstat (limited to 'cli/lsp/mod.rs')
-rw-r--r-- | cli/lsp/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/lsp/mod.rs b/cli/lsp/mod.rs index 436aee001..a9e27b851 100644 --- a/cli/lsp/mod.rs +++ b/cli/lsp/mod.rs @@ -1,8 +1,5 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -// FIXME(bartlomieju): remove this attribute -#![allow(unused)] - use deno_core::error::AnyError; use lspower::LspService; use lspower::Server; |