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.
2 parents 2f221c7 + 096f80e commit b387120Copy full SHA for b387120
src/liburl/lib.rs
@@ -452,8 +452,8 @@ fn query_from_str(rawquery: &str) -> Query {
452
*
453
* ```rust
454
* let query = vec!(("title".to_string(), "The Village".to_string()),
455
- ("north".to_string(), "52.91".to_string()),
456
- ("west".to_string(), "4.10".to_string()));
+ * ("north".to_string(), "52.91".to_string()),
+ * ("west".to_string(), "4.10".to_string()));
457
* println!("{}", url::query_to_str(&query)); // title=The%20Village&north=52.91&west=4.10
458
* ```
459
*/
0 commit comments