1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

spell: ignore getxattr

This commit is contained in:
Sylvestre Ledru 2024-01-14 21:39:59 +01:00
parent 66637a6503
commit 3872aca9c6

View file

@ -3,6 +3,8 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore getxattr
//! Set of functions to manage xattr on files and dirs
use std::collections::HashMap;
use std::ffi::OsString;