}
}
- fn handle(&self, source: &PathBuf, destination: &PathBuf, file: &File) {
+ fn handle(&self, source: &PathBuf, destination: &PathBuf, file: &File, _l: &String) {
let relative_path = file.path.strip_prefix(&source).unwrap();
let complete_destination = destination.join(relative_path);
let destination_parent = complete_destination.parent().unwrap();