Skip to content

Commit d3ad86b

Browse files
authored
Rollup merge of #104471 - scruss:patch-1, r=jyn514
Update PROBLEMATIC_CONSTS in style.rs added 3735932941, since 3735927486 was already present.
2 parents bb90116 + e6e29a8 commit d3ad86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/style.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const ANNOTATIONS_TO_IGNORE: &[&str] = &[
6060
// Intentionally written in decimal rather than hex
6161
const PROBLEMATIC_CONSTS: &[u32] = &[
6262
184594741, 2880289470, 2881141438, 2965027518, 2976579765, 3203381950, 3405691582, 3405697037,
63-
3735927486, 4027431614, 4276992702,
63+
3735927486, 3735932941, 4027431614, 4276992702,
6464
];
6565

6666
/// Parser states for `line_is_url`.

0 commit comments

Comments
 (0)