From 73cd57d4b538b27f3b9e0d55a301f8d3d59fa87b Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Thu, 20 Feb 2025 17:01:30 +0100 Subject: [PATCH] ignore warning: "warning: variable `...` should have a snake case name" --- Rust/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rust/main.rs b/Rust/main.rs index a40b99d..f61d193 100644 --- a/Rust/main.rs +++ b/Rust/main.rs @@ -1,3 +1,4 @@ +#![allow(non_snake_case)] use std::time::Instant; mod constants;