]> git.proxmox.com Git - cargo.git/commitdiff
Revert one unintentional change
authorJakub Stasiak <jakub@stasiak.at>
Thu, 18 Jun 2020 12:20:36 +0000 (14:20 +0200)
committerJakub Stasiak <jakub@stasiak.at>
Thu, 18 Jun 2020 12:20:36 +0000 (14:20 +0200)
src/cargo/core/compiler/layout.rs

index d6f11845fd5b3f64cdf7b9ff890ea5e1c6d1b974..8ddaac06131cfd06d6be4c9b22517a98b159cb28 100644 (file)
@@ -239,7 +239,7 @@ fn exclude_from_backups(path: &Path) {
 }
 
 #[cfg(not(target_os = "macos"))]
-fn exclude_from_time_machine(path: &Path) {}
+fn exclude_from_time_machine(_: &Path) {}
 
 #[cfg(target_os = "macos")]
 /// Marks files or directories as excluded from Time Machine on macOS