Rename conf to raw_conf, conf will be the parsed configuration String
This commit is contained in:
parent
bd89bfa744
commit
a55a4935ac
@ -59,7 +59,7 @@ fn open_file(filename: &str) -> io::Result<String> {
|
||||
|
||||
fn main() {
|
||||
let mut robot_pool: Vec<Robot> = Vec::new();
|
||||
let conf = open_file("two_robots.txt");
|
||||
let raw_conf = open_file("two_robots.txt");
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Loading…
Reference in New Issue
Block a user