summaryrefslogtreecommitdiff
path: root/cli/lsp/mod.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-02-24 08:01:20 +1100
committerGitHub <noreply@github.com>2022-02-24 08:01:20 +1100
commit973fe6dd3a01f518b5f8f2a766fae23b24dfdcac (patch)
treeb9bf37f59dc9c973ffde0bd02a941ee70ab81f76 /cli/lsp/mod.rs
parent7122187bc7e29d972947cf6604eacca73f126449 (diff)
refactor: remove dead code from lsp (#13743)
Diffstat (limited to 'cli/lsp/mod.rs')
-rw-r--r--cli/lsp/mod.rs3
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;