Skip to content

Commit 1d307ae

Browse files
authored
Merge pull request #787 from jiftoo/query-pairs-patch
fix unclosed doctest
2 parents 490f218 + 4c5e4ee commit 1d307ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ impl Url {
13121312
/// # Ok(())
13131313
/// # }
13141314
/// # run().unwrap();
1315-
///
1315+
/// ```
13161316
13171317
#[inline]
13181318
pub fn query_pairs(&self) -> form_urlencoded::Parse<'_> {

0 commit comments

Comments
 (0)