From b3c948dce4fda8b1e9f563c943bdf65e8bdb18aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 28 Mar 2024 16:03:16 +0100 Subject: [PATCH] Fix pipeline We will want to get rid of the static mut altogether, But that will be done when moving to Rust 2024. For now just fix the CI --- src/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests.rs b/src/tests.rs index b782685c0cf..63c5563c01b 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -1,4 +1,5 @@ #![cfg(test)] +#![allow(static_mut_refs)] use chacha20::ChaCha20; use crate::types::*;