ignore warning: "warning: variable ... should have a snake case name"

This commit is contained in:
OMGeeky
2025-02-20 17:01:30 +01:00
parent 746900f2bc
commit 73cd57d4b5

View File

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