Remove unused #[allow], replace with #[expect]

This commit is contained in:
Alex Bakon
2025-06-03 16:07:06 -04:00
committed by GitHub
parent b56f448167
commit 8a9e18b6c6
65 changed files with 88 additions and 121 deletions

View File

@@ -2395,7 +2395,7 @@ fn prekey_message_to_archived_session() -> TestResult {
.expect("sync")
}
#[allow(clippy::needless_range_loop)]
#[expect(clippy::needless_range_loop)]
fn run_session_interaction(alice_session: SessionRecord, bob_session: SessionRecord) -> TestResult {
async {
use rand::seq::SliceRandom;