diff --git a/src/main.rs b/src/main.rs index f0d451b..ebab3fa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ fn main() { error("Error: could not get current directory."); } - //Get one or more root directories to search. + // Get one or more root directories to search. let mut dir_vec: Vec<_> = match matches.values_of("path") { Some(paths) => paths .map(|path| {