mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Fix or mark-as-allowed Clippy lints in tests
And tweak the GitHub Clippy enforcement so this doesn't regress.
This commit is contained in:
@@ -50,7 +50,7 @@ pub async fn decrypt(
|
||||
.await
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[allow(dead_code, clippy::eval_order_dependence)]
|
||||
pub async fn create_pre_key_bundle<R: Rng + CryptoRng>(
|
||||
store: &mut dyn ProtocolStore,
|
||||
mut csprng: &mut R,
|
||||
|
||||
Reference in New Issue
Block a user