From ad224f53c798e8417a63d98daeaf3cadc199666c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 15 Jan 2022 01:10:12 -0500 Subject: chore: upgrade to rust 1.58 (#13377) --- runtime/js.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js.rs') diff --git a/runtime/js.rs b/runtime/js.rs index c259ff5ee..cdd479858 100644 --- a/runtime/js.rs +++ b/runtime/js.rs @@ -4,6 +4,7 @@ use log::debug; use once_cell::sync::Lazy; pub static CLI_SNAPSHOT: Lazy> = Lazy::new( + #[allow(clippy::uninit_vec)] #[cold] #[inline(never)] || { -- cgit v1.2.3