mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
server: fix clippy warning
The clippy::uninlined_format_args warning in 1.67 was downgraded to pedantic in 1.67.1 due to lack of support in rust-analyzer, so we're not updating that one yet.
This commit is contained in:
committed by
nitnelave
parent
8f2c5b397c
commit
96eb17a963
+2
-1
@@ -1,6 +1,7 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(non_ascii_idents)]
|
||||
#![allow(clippy::nonstandard_macro_braces)]
|
||||
// TODO: Remove next line once ubuntu upgrades rustc to >=1.67.1
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user