mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add duplicate crates to servo-tidy.toml
This commit is contained in:
parent
2e5d7ce23d
commit
ba453e71af
1 changed files with 9 additions and 0 deletions
|
@ -53,6 +53,15 @@ packages = [
|
||||||
# These can be removed once servo is updated to surfman 0.2
|
# These can be removed once servo is updated to surfman 0.2
|
||||||
"surfman",
|
"surfman",
|
||||||
"surfman-chains",
|
"surfman-chains",
|
||||||
|
|
||||||
|
# https://github.com/servo/servo/pull/25518
|
||||||
|
"core-foundation",
|
||||||
|
"core-foundation-sys",
|
||||||
|
"core-graphics",
|
||||||
|
"core-text",
|
||||||
|
"dirs",
|
||||||
|
"lyon_geom",
|
||||||
|
"rand_core",
|
||||||
]
|
]
|
||||||
# Files that are ignored for all tidy and lint checks.
|
# Files that are ignored for all tidy and lint checks.
|
||||||
files = [
|
files = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue