We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65d21a commit 55ca695Copy full SHA for 55ca695
src/cache/cache.rs
@@ -237,7 +237,7 @@ impl CacheRead {
237
// Fall back to writing directly to the final location
238
warn!("Failed to create temp file on the same file system: {e}");
239
let mut f = File::create(&path)?;
240
- // `optional`` is false in this branch, so do not ignore errors
+ // `optional` is false in this branch, so do not ignore errors
241
let mode = self.get_object(&key, &mut f)?;
242
if let Some(mode) = mode {
243
set_file_mode(&path, mode)?;
0 commit comments