From cd7a3088439bca530419f3071c26993b3b7d3478 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 9 Jun 2025 15:27:42 +0200 Subject: [PATCH] tr: remove "spell-checker:ignore" line --- src/uu/tr/src/tr.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uu/tr/src/tr.rs b/src/uu/tr/src/tr.rs index 6d0a2784d..d8e97694b 100644 --- a/src/uu/tr/src/tr.rs +++ b/src/uu/tr/src/tr.rs @@ -3,8 +3,6 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (ToDO) allocs bset dflag cflag sflag tflag - mod operation; mod unicode_table;