From 9f63ae6645c21d7674397c0ece79e3ec6810c154 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 27 Oct 2023 14:25:41 +0200 Subject: [PATCH] fsext: add getmntinfo to spell-checker:ignore --- src/uucore/src/lib/features/fsext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/src/lib/features/fsext.rs b/src/uucore/src/lib/features/fsext.rs index 65f5a13b9..5c2121d69 100644 --- a/src/uucore/src/lib/features/fsext.rs +++ b/src/uucore/src/lib/features/fsext.rs @@ -5,7 +5,7 @@ //! Set of functions to manage file systems -// spell-checker:ignore DATETIME subsecond (arch) bitrig ; (fs) cifs smbfs +// spell-checker:ignore DATETIME getmntinfo subsecond (arch) bitrig ; (fs) cifs smbfs use time::macros::format_description; use time::UtcOffset;