Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable default features for the url crate
In order to make the rust-url compatible with no_std, the crate needs to introduce a `std` feature and make it default. See servo/rust-url#831. In order to reduce impact, downstream libraries should leave url's default features enabled (no other features are currently `default`).
- Loading branch information