We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub enum CoreResourceMsg { /// Store a cookie for a given originating URL - SetCookieForUrl( - ServoUrl, - #[serde(deserialize_with = "::hyper_serde::deserialize", + SetCookieForUrl(ServoUrl, + #[serde(deserialize_with = "::hyper_serde::deserialize", serialize_with = "::hyper_serde::serialize")] - Cookie, - CookieSource - ), + Cookie, + CookieSource), }
I would prefer for deserialize_with and serialize_with to remain aligned.
deserialize_with
serialize_with
The text was updated successfully, but these errors were encountered:
servo/servo#8553
Sorry, something went wrong.
Update tests
b9d9d4f
Closes rust-lang#984, closes rust-lang#1261, closes rust-lang#1462
Successfully merging a pull request may close this issue.
I would prefer for
deserialize_with
andserialize_with
to remain aligned.The text was updated successfully, but these errors were encountered: