From 4c5e4ee82671d51957cdf921654fc5b9c6cf13e1 Mon Sep 17 00:00:00 2001 From: Dan Kov Date: Tue, 23 Aug 2022 15:53:25 +0300 Subject: [PATCH] fix unclosed doctest --- url/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url/src/lib.rs b/url/src/lib.rs index 436590cf1..967282e56 100644 --- a/url/src/lib.rs +++ b/url/src/lib.rs @@ -1312,7 +1312,7 @@ impl Url { /// # Ok(()) /// # } /// # run().unwrap(); - /// + /// ``` #[inline] pub fn query_pairs(&self) -> form_urlencoded::Parse<'_> {