From abbd5976257ff1c3e202b3999581f57ae399bbe0 Mon Sep 17 00:00:00 2001 From: null8626 Date: Tue, 18 Jul 2023 00:15:49 +0700 Subject: [PATCH] 1.6.5 --- core/src/lib.rs | 2 +- scripts/pretty.mjs | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 2e7f4663..2038cc1c 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -147,4 +147,4 @@ pub fn cure_char>(code: C) -> Translation { #[inline(always)] pub fn cure(input: &str) -> CuredString { input.chars().map(cure_char).collect() -} +} \ No newline at end of file diff --git a/scripts/pretty.mjs b/scripts/pretty.mjs index 530c363d..f50d02a9 100644 --- a/scripts/pretty.mjs +++ b/scripts/pretty.mjs @@ -44,10 +44,7 @@ async function updateReadme() { toAdd += rangeUntil } - if ( - (integer & STRING_TRANSLATION_MASK) !== 0 || - ((integer >> 20) & 0x7f) !== 0 - ) { + if (((integer >> 20) & 0x7f) !== 0) { confusablesCount += toAdd }