Skip to content
Snippets Groups Projects
Commit f6e7786a authored by iliya.saroukha's avatar iliya.saroukha
Browse files

removed commented out code section

parent a9096b9d
No related branches found
No related tags found
No related merge requests found
......@@ -106,14 +106,3 @@ fn main() {
_ => println!("An error occurred"),
}
}
// fn main() {
// let current_dir = env::current_dir().expect("Failed at locating current directory");
// let mut root = PathBuf::new();
// root.push(current_dir);
// path_struct_name(&mut root, &"dll".to_string());
// println!("{}", root.display());
// path_struct_folder(&mut root);
// println!("{}", root.display());
// }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment