sys: cleanup, remove unnecessary crate prefix
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
0b17987c67
commit
26922d1796
@ -81,7 +81,7 @@ pub fn ensure_dir_exists<P: AsRef<Path>>(
|
||||
/// # use nix::sys::stat::Mode;
|
||||
/// # use nix::unistd::{Gid, Uid};
|
||||
/// # use proxmox_sys::fs::{create_path, CreateOptions};
|
||||
/// # fn code() -> Result<(), anyhow::Error> {
|
||||
/// # fn code() -> Result<(), Error> {
|
||||
/// create_path(
|
||||
/// "/var/lib/mytool/wwwdata",
|
||||
/// None,
|
||||
|
Loading…
Reference in New Issue
Block a user