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

ignore multispace cspell

This commit is contained in:
TechHara 2022-12-18 09:06:47 -05:00
parent bae78e62e0
commit df8ce0c999

View file

@ -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> {