sys: cleanup, remove unnecessary crate prefix

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2024-06-13 10:20:18 +02:00
parent 0b17987c67
commit 26922d1796

View File

@ -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,