From 8ace71b34506d9266aa250d01f50943b1ba1f0ac Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Thu, 5 Nov 2020 16:47:22 +0100 Subject: [PATCH] changed conf.pest path --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1fcafa4..197c956 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,7 +28,7 @@ mod robot; mod world; #[derive(Parser)] -#[grammar = "conf.pest"] +#[grammar = "../conf.pest"] pub struct ConfParser; /// Check if the robot is in the map.