Mitigate clippy::duration_suboptimal_units until 1.91 msrv upgrade.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#![type_length_limit = "262144"] //TODO: REDUCE ME
|
||||
#![expect(clippy::toplevel_ref_arg)]
|
||||
#![expect(clippy::duration_suboptimal_units)] // remove after MSRV 1.91
|
||||
|
||||
pub mod client;
|
||||
pub mod router;
|
||||
|
||||
Reference in New Issue
Block a user