mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Replace parse-hosts crate with 10 lines of code.
This removes 3927 lines of Rust code in 6 crates from the dependency graph: parse-hosts, multistr, bow, extra-default, len-trait, and push-trait. One of these crates doesn’t build in today’s Nightly: https://github.com/rust-lang/rust/issues/46328
This commit is contained in:
parent
66d0a41127
commit
eb3652b3c6
4 changed files with 12 additions and 66 deletions
|
@ -24,7 +24,6 @@ extern crate mime_guess;
|
|||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate openssl;
|
||||
extern crate parse_hosts;
|
||||
extern crate profile_traits;
|
||||
#[macro_use] extern crate serde;
|
||||
extern crate serde_json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue