diff options
| author | Stewart Russell <scruss@scruss.com> | 2022-11-15 21:19:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-15 21:19:47 -0500 |
| commit | e6e29a813472f11da65b06e635a52795028d3bd1 (patch) | |
| tree | 3886f8a88eb2cd4eb38be697d9dbfcfb4731ff81 | |
| parent | a00f8ba7fcac1b27341679c51bf5a3271fa82df3 (diff) | |
| download | rust-e6e29a813472f11da65b06e635a52795028d3bd1.tar.gz rust-e6e29a813472f11da65b06e635a52795028d3bd1.zip | |
Update PROBLEMATIC_CONSTS in style.rs
added 3735932941, since 3735927486 was already present.
| -rw-r--r-- | src/tools/tidy/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index 541380cebde..e3a094caf91 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -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`. |
