We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a858e17 commit 59b5260Copy full SHA for 59b5260
url/src/lib.rs
@@ -75,7 +75,7 @@ assert!(data_url.fragment() == Some(""));
75
76
## Serde
77
78
-Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
+Enable the `serde` feature to include `Deserialize` and `Serialize` implementations for `url::Url`.
79
80
# Base URL
81
0 commit comments