This commit is contained in:
Christien Rioux
2024-01-19 14:34:09 -05:00
parent 7848c14c2b
commit b9705285e9
2 changed files with 6 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ cfg_if::cfg_if! {
}
} else {
pub fn ensure_file_private_owner<P:AsRef<Path>>(_path: P) -> Result<(), String>
pub fn ensure_file_private_owner<P:AsRef<Path>>(path: P) -> Result<(), String>
{
let path = path.as_ref();
if !path.is_file() {