Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, ws

This commit is contained in:
Simon Sapin 2019-08-19 19:21:59 +02:00
parent 8fd06759dc
commit 8eb650bafd
4 changed files with 44 additions and 213 deletions

View file

@ -37,24 +37,16 @@ packages = [
"crossbeam-deque",
"euclid", # https://github.com/servo/rust-webvr/pull/89
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
"idna", # https://github.com/servo/servo/pull/23838
"lock_api",
"log",
"mime",
"mime_guess",
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
"parking_lot",
"parking_lot_core",
"percent-encoding", # https://github.com/servo/servo/pull/23838
"proc-macro2",
"quote",
"rand_core",
"scopeguard",
"syn",
"unicase",
"unicode-xid",
"url", # https://github.com/servo/servo/pull/23838
"ws",
]
# Files that are ignored for all tidy and lint checks.
files = [