Skip to content

Commit

Permalink
fix unclosed doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftoo committed Aug 23, 2022
1 parent 490f218 commit 4c5e4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/src/lib.rs
Original file line number Diff line number Diff line change
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 4c5e4ee

Please sign in to comment.