From 973fe6dd3a01f518b5f8f2a766fae23b24dfdcac Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 24 Feb 2022 08:01:20 +1100 Subject: refactor: remove dead code from lsp (#13743) --- cli/lsp/mod.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/lsp/mod.rs') 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; -- cgit v1.2.3