From 466a257300233e41435e6fb800766492d59c623a Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Wed, 28 Oct 2020 17:32:36 +0100 Subject: [PATCH] oups --- src/robot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robot.rs b/src/robot.rs index da57e61..59fa0bd 100644 --- a/src/robot.rs +++ b/src/robot.rs @@ -1,7 +1,7 @@ /// A Robot *aka droid* is represented here. /// Each robot must have a unique id. pub struct Robot { - id: i32, + id: u32, o: Orientation, p: Position, i: Vec,