From 9d7699a559970684f035cc4c0ed806dc6bd2ecc3 Mon Sep 17 00:00:00 2001 From: HLMC Date: Tue, 11 Feb 2025 15:29:10 +0800 Subject: [PATCH] use #allow --- prpr/src/parse/pgr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prpr/src/parse/pgr.rs b/prpr/src/parse/pgr.rs index f5c98e36..107db30d 100644 --- a/prpr/src/parse/pgr.rs +++ b/prpr/src/parse/pgr.rs @@ -44,7 +44,7 @@ pub struct PgrNote { position_x: f32, hold_time: f32, speed: f32, - _floor_position: f32, + #[allow(unused)]floor_position: f32, } #[derive(Deserialize)]