From: Jakub Stasiak Date: Thu, 18 Jun 2020 12:20:36 +0000 (+0200) Subject: Revert one unintentional change X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4c9efbd44bf6260ec8d2713118146c88e93df55e;p=cargo.git Revert one unintentional change --- diff --git a/src/cargo/core/compiler/layout.rs b/src/cargo/core/compiler/layout.rs index d6f11845f..8ddaac061 100644 --- a/src/cargo/core/compiler/layout.rs +++ b/src/cargo/core/compiler/layout.rs @@ -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