about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElisha Hollander <just4now666666@gmail.com>2023-08-26 22:43:35 +0300
committerdonno2048 <just4now666666@gmail.com>2024-04-16 22:19:45 +0000
commit8ced53e0cc1d2b65e4c535a7080475f3c67720b8 (patch)
tree9bf97f0b39779fb9d7f63f747cd6f156b39b494d
parenta1f228bcd23e624fc5a79386e5e6903da8109269 (diff)
downloadrust-8ced53e0cc1d2b65e4c535a7080475f3c67720b8.tar.gz
rust-8ced53e0cc1d2b65e4c535a7080475f3c67720b8.zip
format style.rs
-rw-r--r--src/tools/tidy/src/style.rs25
1 files changed, 12 insertions, 13 deletions
diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs
index 417633a4901..ac5df532bd7 100644
--- a/src/tools/tidy/src/style.rs
+++ b/src/tools/tidy/src/style.rs
@@ -184,19 +184,18 @@ const PROBLEMATIC_CONSTS: &[u32] = &[
     195933363, 145601715, 189641907, 139310259, 195921075, 145589427, 189629619, 139297971,
     195934851, 145603203, 189643395, 139311747, 195922563, 145590915, 189631107, 139299459,
     195933315, 145601667, 189641859, 139310211, 195921027, 145589379, 189629571, 139297923,
-    252707358, 252707347, 762133, 565525, 737557, 540949, 179681982, 79018686,
-    176536254, 75872958, 179669694, 79006398, 176523966, 75860670, 179680446, 79017150,
-    176534718, 75871422, 179668158, 79004862, 176522430, 75859134, 179681934, 79018638,
-    176536206, 75872910, 179669646, 79006350, 176523918, 75860622, 179680398, 79017102,
-    176534670, 75871374, 179668110, 79004814, 176522382, 75859086, 179681971, 79018675,
-    176536243, 75872947, 179669683, 79006387, 176523955, 75860659, 179680435, 79017139,
-    176534707, 75871411, 179668147, 79004851, 176522419, 75859123, 179681923, 79018627,
-    176536195, 75872899, 179669635, 79006339, 176523907, 75860611, 179680387, 79017091,
-    176534659, 75871363, 179668099, 79004803, 176522371, 75859075, 173390526, 72727230,
-    173378238, 72714942, 173388990, 72725694, 173376702, 72713406, 173390478, 72727182,
-    173378190, 72714894, 173388942, 72725646, 173376654, 72713358, 173390515, 72727219,
-    173378227, 72714931, 173388979, 72725683, 173376691, 72713395, 173390467, 72727171,
-    173378179, 72714883, 173388931, 72725635, 173376643, 72713347,
+    252707358, 252707347, 762133, 565525, 737557, 540949, 179681982, 79018686, 176536254, 75872958,
+    179669694, 79006398, 176523966, 75860670, 179680446, 79017150, 176534718, 75871422, 179668158,
+    79004862, 176522430, 75859134, 179681934, 79018638, 176536206, 75872910, 179669646, 79006350,
+    176523918, 75860622, 179680398, 79017102, 176534670, 75871374, 179668110, 79004814, 176522382,
+    75859086, 179681971, 79018675, 176536243, 75872947, 179669683, 79006387, 176523955, 75860659,
+    179680435, 79017139, 176534707, 75871411, 179668147, 79004851, 176522419, 75859123, 179681923,
+    79018627, 176536195, 75872899, 179669635, 79006339, 176523907, 75860611, 179680387, 79017091,
+    176534659, 75871363, 179668099, 79004803, 176522371, 75859075, 173390526, 72727230, 173378238,
+    72714942, 173388990, 72725694, 173376702, 72713406, 173390478, 72727182, 173378190, 72714894,
+    173388942, 72725646, 173376654, 72713358, 173390515, 72727219, 173378227, 72714931, 173388979,
+    72725683, 173376691, 72713395, 173390467, 72727171, 173378179, 72714883, 173388931, 72725635,
+    173376643, 72713347,
 ];
 
 const INTERNAL_COMPILER_DOCS_LINE: &str = "#### This error code is internal to the compiler and will not be emitted with normal Rust code.";