changed conf.pest path
This commit is contained in:
parent
952df50bb7
commit
8ace71b345
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user