From 9fffb05b5f340b7518577d922c428b4867b0e84b Mon Sep 17 00:00:00 2001 From: hexName <111906051+hexName@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:34:46 +0200 Subject: [PATCH] Add base64->hex representation of ywnbaw Hex 0x2481AD278 is non-inclusive and transphobic --- src/tools/tidy/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index dee58ff2fb510..deafce5739c44 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -59,7 +59,7 @@ const ANNOTATIONS_TO_IGNORE: &[&str] = &[ // Intentionally written in decimal rather than hex const PROBLEMATIC_CONSTS: &[u32] = &[ 184594741, 2880289470, 2881141438, 2965027518, 2976579765, 3203381950, 3405691582, 3405697037, - 3735927486, 4027431614, 4276992702, + 3735927486, 4027431614, 4276992702, 9799651960, ]; /// Parser states for `line_is_url`.