Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't disable default features of
form_urlencoded
In servo/rust-url#722, we would like to make the crate potentially not need `alloc` in the future, but to do so, we must now introduce a required `alloc` feature. Since the `facebook-fb-login-deauth-callback` uses `default-features = false` on `form_urlencoded` (which previously did nothing), it will break once that change lands.
- Loading branch information