Fix all warnings

This commit is contained in:
hal8174 2025-03-30 22:03:50 +02:00
parent 34ff825ff0
commit 721e83006d
11 changed files with 57 additions and 71 deletions

View file

@ -38,6 +38,7 @@ struct SingleConnection {
pub start_dir: Direction,
pub end_pos: Position,
pub end_dir: Direction,
#[allow(dead_code)]
pub beltspeed: Beltspeed,
}