From 3872aca9c66a34ea99566e011c1828e6c0ff20be Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Jan 2024 21:39:59 +0100 Subject: [PATCH] spell: ignore getxattr --- src/uucore/src/lib/features/fsxattr.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uucore/src/lib/features/fsxattr.rs b/src/uucore/src/lib/features/fsxattr.rs index 36ec0ba8e..3cb00edc0 100644 --- a/src/uucore/src/lib/features/fsxattr.rs +++ b/src/uucore/src/lib/features/fsxattr.rs @@ -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;