Skip to content

Commit

Permalink
Merge pull request #787 from jiftoo/query-pairs-patch
Browse files Browse the repository at this point in the history
fix unclosed doctest
  • Loading branch information
valenting committed Aug 23, 2022
2 parents 490f218 + 4c5e4ee commit 1d307ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/src/lib.rs
Expand Up @@ -1312,7 +1312,7 @@ impl Url {
/// # Ok(())
/// # }
/// # run().unwrap();
///
/// ```

#[inline]
pub fn query_pairs(&self) -> form_urlencoded::Parse<'_> {
Expand Down

0 comments on commit 1d307ae

Please sign in to comment.