From df8ce0c9996c25a02e4508e8fbefe920d73d85c9 Mon Sep 17 00:00:00 2001 From: TechHara Date: Sun, 18 Dec 2022 09:06:47 -0500 Subject: [PATCH] ignore multispace cspell --- src/uu/cut/src/whitespace_searcher.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uu/cut/src/whitespace_searcher.rs b/src/uu/cut/src/whitespace_searcher.rs index 392b951f4..08e2ff3fb 100644 --- a/src/uu/cut/src/whitespace_searcher.rs +++ b/src/uu/cut/src/whitespace_searcher.rs @@ -5,6 +5,8 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. +// cSpell:ignore multispace + use memchr::memchr2; pub struct WhitespaceSearcher<'a> {