From c59f90d01f06f995e335c6de76aab0b9ba2c98e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 Dec 2021 14:19:06 +0100 Subject: chore: upgrade to Rust 1.57.0 (#12968) --- cli/lsp/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/lsp') diff --git a/cli/lsp/mod.rs b/cli/lsp/mod.rs index 27795e698..bbfb757dc 100644 --- a/cli/lsp/mod.rs +++ b/cli/lsp/mod.rs @@ -1,5 +1,8 @@ // Copyright 2018-2021 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