Skip to content

Commit

Permalink
use #allow
Browse files Browse the repository at this point in the history
  • Loading branch information
2278535805 committed Feb 11, 2025
1 parent f5fd2c1 commit 9d7699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prpr/src/parse/pgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 9d7699a

Please sign in to comment.