From 5c55f2b4fb9f386d5589e4cbd4c513ecb1bae50b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 5 Jun 2023 20:35:39 -0400 Subject: chore: upgrade to Rust 1.70.0 (#19345) Co-authored-by: linbingquan <695601626@qq.com> --- cli/lsp/capabilities.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cli/lsp') diff --git a/cli/lsp/capabilities.rs b/cli/lsp/capabilities.rs index e56aa6b87..355f7b6c5 100644 --- a/cli/lsp/capabilities.rs +++ b/cli/lsp/capabilities.rs @@ -1,10 +1,10 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -///! -///! Provides information about what capabilities that are supported by the -///! language server, which helps determine what messages are sent from the -///! client. -///! +//! +//! Provides information about what capabilities that are supported by the +//! language server, which helps determine what messages are sent from the +//! client. +//! use deno_core::serde_json::json; use tower_lsp::lsp_types::*; -- cgit v1.2.3