diff options
Diffstat (limited to 'runtime/js.rs')
-rw-r--r-- | runtime/js.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<Box<[u8]>> = Lazy::new( + #[allow(clippy::uninit_vec)] #[cold] #[inline(never)] || { |