From 5d359783a00818bd61a09daedd0342755f89ee83 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 29 Feb 2024 15:27:11 +0100 Subject: [PATCH] uucore/format: add padlen to spell-checker:ignore --- src/uucore/src/lib/features/format/spec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/src/lib/features/format/spec.rs b/src/uucore/src/lib/features/format/spec.rs index 57ed5ad45..af8a912d2 100644 --- a/src/uucore/src/lib/features/format/spec.rs +++ b/src/uucore/src/lib/features/format/spec.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (vars) intmax ptrdiff +// spell-checker:ignore (vars) intmax ptrdiff padlen use crate::quoting_style::{escape_name, QuotingStyle};