From 5e98e2a671858018eace9754ffd61702e22b0177 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Thu, 20 Feb 2025 17:02:26 +0100 Subject: [PATCH] ignore warning: "`...` is never used" --- Rust/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rust/main.rs b/Rust/main.rs index f61d193..3ce3b1f 100644 --- a/Rust/main.rs +++ b/Rust/main.rs @@ -1,4 +1,5 @@ #![allow(non_snake_case)] +#![allow(unused)] use std::time::Instant; mod constants;