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 38df9bd commit 98d73feCopy full SHA for 98d73fe
core/src/cache.rs
@@ -321,7 +321,7 @@ impl Cache {
321
#[cfg(unix)]
322
if file.metadata()?.mode() & 0o004 != 0 {
323
warn!(
324
- "credential file {location:?} is currently world readable, consider using chmod 600 {location:?} to fix this"
+ "credential file {location:?} is currently world readable, consider using chmod 600 {location:?} to fix this"
325
)
326
}
327
Ok(serde_json::from_reader(file)?)
0 commit comments