Mitigate clippy::duration_suboptimal_units until 1.91 msrv upgrade.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-28 05:57:08 +00:00
parent 7bc25ad1b1
commit 136c0f2682
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#![type_length_limit = "4096"] //TODO: reduce me
#![expect(clippy::duration_suboptimal_units)] // remove after MSRV 1.91
pub mod args;
pub mod logging;