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<'_> {