Update h2 and servo-tidy.toml (#30948)

This commit is contained in:
Alex Touchet 2023-12-26 13:14:41 -08:00 committed by GitHub
parent e629ddb56d
commit 205d52a0c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -28,6 +28,8 @@ packages = [
"nix",
"num-rational",
"redox_syscall",
"syn",
"synstructure",
"time",
"wasi",
"wayland-sys",
@ -52,16 +54,14 @@ packages = [
"foreign-types-shared",
"metal",
"paste",
# Duplicated by gpu-descriptor and indexmap
# Duplicated by indexmap.
"hashbrown",
# Duplicated by script, style, cbindgen, clap, ...
# Duplicated by style, cbindgen, clap.
"indexmap",
# Duplicated by Gecko crates that haven't been updated yet (style, shmem, derive_common, ...).
"syn",
"synstructure",
# style/webxr (0.62) vs. mozjs_sys (0.66)
# style (0.64) vs. webxr (0.66) vs. mozjs_sys (0.68).
"bindgen",
]
# Files that are ignored for all tidy and lint checks.