changed conf.pest path
This commit is contained in:
		
							parent
							
								
									952df50bb7
								
							
						
					
					
						commit
						8ace71b345
					
				@ -28,7 +28,7 @@ mod robot;
 | 
				
			|||||||
mod world;
 | 
					mod world;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Parser)]
 | 
					#[derive(Parser)]
 | 
				
			||||||
#[grammar = "conf.pest"]
 | 
					#[grammar = "../conf.pest"]
 | 
				
			||||||
pub struct ConfParser;
 | 
					pub struct ConfParser;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/// Check if the robot is in the map.
 | 
					/// Check if the robot is in the map.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user