From 9a1c697045cee8675ff07e3a0abde1e30fea5362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Fri, 17 Nov 2023 23:06:28 +0800 Subject: chore: update to Rust 1.74 (#21210) Update to Rust 1.74 --- runtime/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/build.rs') diff --git a/runtime/build.rs b/runtime/build.rs index f77f3ed07..b38fd558b 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -298,6 +298,7 @@ fn main() { let snapshot_slice = &[]; #[allow(clippy::needless_borrow)] #[allow(clippy::disallowed_methods)] + #[allow(clippy::needless_borrows_for_generic_args)] std::fs::write(&runtime_snapshot_path, snapshot_slice).unwrap(); } -- cgit v1.2.3