Skip to content

Commit 5a446d7

Browse files
committed
The old url crate is gone, don’t mention it in docs. Fix #63.
1 parent 3b421d8 commit 5a446d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ To use it in your project, add this to your `Cargo.toml` file:
2222
git = "https://github.com/servo/rust-url"
2323
```
2424
25-
rust-url is a replacement of the [`url` crate](http://doc.rust-lang.org/url/index.html)
26-
currently distributed with Rust.
27-
rust-url’s crate is also named `url`.
28-
Cargo will automatically resolve the name conflict,
29-
but that means that you can not also use the old `url` in the same crate.
30-
31-
If you’re not using Cargo, you’ll need to pass `--extern url=/path/to/liburl.rlib`
32-
explicitly to rustc.
33-
3425
Supporting encodings other than UTF-8 in query strings is an optional feature
3526
that requires [rust-encoding](https://github.com/lifthrasiir/rust-encoding)
3627
and is off by default.

0 commit comments

Comments
 (0)