From 8c2f1f5a55a2a9bb9e04c12236faa341b3fd49b6 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Jul 2024 22:28:04 +0530 Subject: chore: upgrade to rust 1.80 (#24778) --- cli/lsp/tsc.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/lsp') diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 4592edad4..7dfb68f53 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -215,6 +215,8 @@ pub enum SemicolonPreference { Remove, } +// Allow due to false positive https://github.com/rust-lang/rust-clippy/issues/13170 +#[allow(clippy::needless_borrows_for_generic_args)] fn normalize_diagnostic( diagnostic: &mut crate::tsc::Diagnostic, specifier_map: &TscSpecifierMap, -- cgit v1.2.3