mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
mktemp+tests: remove unused spell-checker:disable
This commit is contained in:
parent
9266b4a7fa
commit
f1a683d45f
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ static TEST_TEMPLATE2: &str = "temp";
|
|||
static TEST_TEMPLATE3: &str = "tempX";
|
||||
static TEST_TEMPLATE4: &str = "tempXX";
|
||||
static TEST_TEMPLATE5: &str = "tempXXX";
|
||||
static TEST_TEMPLATE6: &str = "tempXXXlate"; // spell-checker:disable-line
|
||||
static TEST_TEMPLATE7: &str = "XXXtemplate"; // spell-checker:disable-line
|
||||
static TEST_TEMPLATE6: &str = "tempXXXlate";
|
||||
static TEST_TEMPLATE7: &str = "XXXtemplate";
|
||||
#[cfg(unix)]
|
||||
static TEST_TEMPLATE8: &str = "tempXXXl/ate";
|
||||
#[cfg(windows)]
|
||||
|
|
Loading…
Reference in a new issue