]> git.proxmox.com Git - proxmox.git/commitdiff
sys: doc fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 27 Jul 2022 08:55:10 +0000 (10:55 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 27 Jul 2022 08:55:10 +0000 (10:55 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-sys/src/fs/read_dir.rs

index 5d223f37612e8e00b722212f3e2ed88d85b2a067..3119274b636acd4bb8b8d7d9218b545198c96905 100644 (file)
@@ -321,7 +321,7 @@ fn do_lock_dir_noblock(
     Ok(handle)
 }
 
-/// extracts [`nix::dir::Type`] from a [`nix::sys::stat::FileStat`] if possible
+/// extracts [`nix::dir::Type`] from a [`struct@nix::sys::stat::FileStat`] if possible
 pub fn file_type_from_file_stat(stat: &nix::sys::stat::FileStat) -> Option<nix::dir::Type> {
     use nix::dir::Type;