Merge branch 'pest-rand-instr' into 'master'

changed conf.pest path

See merge request mhart/DancingDroids!52
This commit is contained in:
Martin HART 2020-11-05 16:48:51 +01:00
commit 24d1b8c7c9
1 changed files with 1 additions and 1 deletions

View File

@ -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.