mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Temporarily ignore duplicated url and deps crates
This commit is contained in:
parent
9ad66b6866
commit
1fbb3b39b0
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@ packages = [
|
||||||
"crossbeam-deque",
|
"crossbeam-deque",
|
||||||
"euclid", # https://github.com/servo/rust-webvr/pull/89
|
"euclid", # https://github.com/servo/rust-webvr/pull/89
|
||||||
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
||||||
|
"idna", # https://github.com/servo/servo/pull/23838
|
||||||
"lock_api",
|
"lock_api",
|
||||||
"log",
|
"log",
|
||||||
"mime",
|
"mime",
|
||||||
|
@ -44,9 +45,11 @@ packages = [
|
||||||
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
|
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"parking_lot_core",
|
"parking_lot_core",
|
||||||
|
"percent-encoding", # https://github.com/servo/servo/pull/23838
|
||||||
"rand_core",
|
"rand_core",
|
||||||
"scopeguard",
|
"scopeguard",
|
||||||
"unicase",
|
"unicase",
|
||||||
|
"url", # https://github.com/servo/servo/pull/23838
|
||||||
]
|
]
|
||||||
# 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