mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-23 00:27:39 -04:00
Clean up a lint
This commit is contained in:
committed by
Damir Jelić
parent
b4b3b5258c
commit
8fa411aaa0
@@ -662,7 +662,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[allow(unknown_lints, clippy::unchecked_time_subtraction)]
|
||||
#[expect(clippy::unchecked_time_subtraction)]
|
||||
#[async_test]
|
||||
async fn test_timing_out() {
|
||||
use std::time::Duration;
|
||||
|
||||
Reference in New Issue
Block a user