Remove the url! plugin.

In rust-url 1.0 the `Url` struct is going to have private fields, and there
is no way to to create an aribitrary one without going through the parser.

The plugin never had a clear demonstrated performance benefit,
it was made mostly because it was possible and relatively easy at the time.
This commit is contained in:
Simon Sapin 2016-02-26 17:01:51 +01:00
parent 87d5424d4d
commit 6889f37d9e
27 changed files with 84 additions and 296 deletions

1
ports/cef/Cargo.lock generated
View file

@ -1408,7 +1408,6 @@ name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

View file

@ -273,7 +273,6 @@ name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

1
ports/gonk/Cargo.lock generated
View file

@ -1390,7 +1390,6 @@ name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]