Rollup merge of #104471 - scruss:patch-1, r=jyn514

Update PROBLEMATIC_CONSTS in style.rs

added 3735932941, since 3735927486 was already present.
This commit is contained in:
Matthias Krüger 2022-11-16 08:36:14 +01:00 committed by GitHub
commit 8bbecb9a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.