提交 b3871207 编写于 作者: B bors

auto merge of #14565 : fhartwig/rust/master, r=sfackler

......@@ -452,8 +452,8 @@ fn query_from_str(rawquery: &str) -> Query {
*
* ```rust
* let query = vec!(("title".to_string(), "The Village".to_string()),
("north".to_string(), "52.91".to_string()),
("west".to_string(), "4.10".to_string()));
* ("north".to_string(), "52.91".to_string()),
* ("west".to_string(), "4.10".to_string()));
* println!("{}", url::query_to_str(&query)); // title=The%20Village&north=52.91&west=4.10
* ```
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册