Update Rust to nightly-2022-06-22

This commit is contained in:
Jordan Rose
2022-06-23 16:29:24 -07:00
parent 15c09ad419
commit b5da2eac9d
37 changed files with 107 additions and 101 deletions

View File

@@ -50,7 +50,7 @@ pub async fn decrypt(
.await
}
#[allow(dead_code, clippy::eval_order_dependence)]
#[allow(dead_code)]
pub async fn create_pre_key_bundle<R: Rng + CryptoRng>(
store: &mut dyn ProtocolStore,
mut csprng: &mut R,