Bump rust compiler version to nightly 2023-09-01

This commit is contained in:
akonradi-signal
2023-09-12 14:27:08 -04:00
committed by GitHub
parent 6a7b83d3c7
commit ef542e3b9f
17 changed files with 78 additions and 88 deletions

View File

@@ -380,7 +380,7 @@ fn test_bad_signed_pre_key_signature() -> TestResult {
let bad_bundle = good_bundle
.clone()
.modify(|mut content| content.ec_pre_key_signature = Some(bad_signature))
.modify(|content| content.ec_pre_key_signature = Some(bad_signature))
.expect("can recreate the bundle");
assert!(process_prekey_bundle(