checkpoint
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use super::*;
|
||||
|
||||
use alloc::string::ToString;
|
||||
use std::io;
|
||||
use std::path::Path;
|
||||
|
||||
@@ -276,7 +275,7 @@ cfg_if::cfg_if! {
|
||||
Ok(())
|
||||
}
|
||||
} 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>
|
||||
{
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user