server: silence clippy warnings

This commit is contained in:
Valentin Tolmer 2024-02-27 08:17:22 +01:00 committed by nitnelave
parent a1eb708cf3
commit 13720c101c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#![forbid(unsafe_code)]
#![forbid(non_ascii_idents)]
// TODO: Remove next line once ubuntu upgrades rustc to >=1.67.1
#![allow(clippy::uninlined_format_args)]
// TODO: Remove next line after upgrade to 1.77
#![allow(clippy::blocks_in_conditions)]
use std::time::Duration;