Skip to content

Commit

Permalink
Rollup merge of #104471 - scruss:patch-1, r=jyn514
Browse files Browse the repository at this point in the history
Update PROBLEMATIC_CONSTS in style.rs

added 3735932941, since 3735927486 was already present.
  • Loading branch information
matthiaskrgr committed Nov 16, 2022
2 parents bb90116 + e6e29a8 commit d3ad86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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, 3735932941, 4027431614, 4276992702,
];

/// Parser states for `line_is_url`.
Expand Down

0 comments on commit d3ad86b

Please sign in to comment.