Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sosthene-nitrokey committed Mar 28, 2024
1 parent 2d0e667 commit 2fbe0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg(test)]
#![allow(static_mut_refs)]
use chacha20::ChaCha20;

use crate::types::*;
Expand Down

0 comments on commit 2fbe0c9

Please sign in to comment.