Skip to content

Commit 8ced53e

Browse files
committed
format style.rs
1 parent a1f228b commit 8ced53e

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

‎src/tools/tidy/src/style.rs‎

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,18 @@ const PROBLEMATIC_CONSTS: &[u32] = &[
184184
195933363,145601715,189641907,139310259,195921075,145589427,189629619,139297971,
185185
195934851,145603203,189643395,139311747,195922563,145590915,189631107,139299459,
186186
195933315,145601667,189641859,139310211,195921027,145589379,189629571,139297923,
187-
252707358,252707347,762133,565525,737557,540949,179681982,79018686,
188-
176536254,75872958,179669694,79006398,176523966,75860670,179680446,79017150,
189-
176534718,75871422,179668158,79004862,176522430,75859134,179681934,79018638,
190-
176536206,75872910,179669646,79006350,176523918,75860622,179680398,79017102,
191-
176534670,75871374,179668110,79004814,176522382,75859086,179681971,79018675,
192-
176536243,75872947,179669683,79006387,176523955,75860659,179680435,79017139,
193-
176534707,75871411,179668147,79004851,176522419,75859123,179681923,79018627,
194-
176536195,75872899,179669635,79006339,176523907,75860611,179680387,79017091,
195-
176534659,75871363,179668099,79004803,176522371,75859075,173390526,72727230,
196-
173378238,72714942,173388990,72725694,173376702,72713406,173390478,72727182,
197-
173378190,72714894,173388942,72725646,173376654,72713358,173390515,72727219,
198-
173378227,72714931,173388979,72725683,173376691,72713395,173390467,72727171,
199-
173378179,72714883,173388931,72725635,173376643,72713347,
187+
252707358,252707347,762133,565525,737557,540949,179681982,79018686,176536254,75872958,
188+
179669694,79006398,176523966,75860670,179680446,79017150,176534718,75871422,179668158,
189+
79004862,176522430,75859134,179681934,79018638,176536206,75872910,179669646,79006350,
190+
176523918,75860622,179680398,79017102,176534670,75871374,179668110,79004814,176522382,
191+
75859086,179681971,79018675,176536243,75872947,179669683,79006387,176523955,75860659,
192+
179680435,79017139,176534707,75871411,179668147,79004851,176522419,75859123,179681923,
193+
79018627,176536195,75872899,179669635,79006339,176523907,75860611,179680387,79017091,
194+
176534659,75871363,179668099,79004803,176522371,75859075,173390526,72727230,173378238,
195+
72714942,173388990,72725694,173376702,72713406,173390478,72727182,173378190,72714894,
196+
173388942,72725646,173376654,72713358,173390515,72727219,173378227,72714931,173388979,
197+
72725683,173376691,72713395,173390467,72727171,173378179,72714883,173388931,72725635,
198+
173376643,72713347,
200199
];
201200

202201
constINTERNAL_COMPILER_DOCS_LINE:&str = "#### This error code is internal to the compiler and will not be emitted with normal Rust code.";

0 commit comments

Comments
 (0)