Skip to content

Commit

Permalink
cleanup: apply review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Long <[email protected]>
  • Loading branch information
ljedrz and niklaslong authored Jun 24, 2022
1 parent f9e592d commit 7388572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fn check_file_licenses<P: AsRef<Path>>(path: P) {

// Skip the specified directories.
if entry_type.is_dir() && DIRS_TO_SKIP.contains(&entry.file_name().to_str().unwrap_or("")) {
// println!("Skipping {}", entry.file_name().to_str().unwrap());
iter.skip_current_dir();

continue;
Expand Down

0 comments on commit 7388572

Please sign in to comment.