ignore warning: "... is never used"

This commit is contained in:
OMGeeky
2025-02-20 17:02:26 +01:00
parent 73cd57d4b5
commit 5e98e2a671

View File

@@ -1,4 +1,5 @@
#![allow(non_snake_case)]
#![allow(unused)]
use std::time::Instant;
mod constants;