mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
chore: upgrade to Rust 1.57.0 (#12968)
This commit is contained in:
parent
72e9720e91
commit
c59f90d01f
11 changed files with 35 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue