Clean up a lint

This commit is contained in:
Jonas Platte
2026-04-21 23:36:35 +02:00
committed by Damir Jelić
parent b4b3b5258c
commit 8fa411aaa0

View File

@@ -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;