Skip to content

Commit

Permalink
Merge branch 'master' into no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed Nov 28, 2023
2 parents 0c02cd9 + 92f356e commit 316c868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,8 @@ impl Url {
}
}

/// Change this URL’s query string.
/// Change this URL’s query string. If `query` is `None`, this URL's
/// query string will be cleared.
///
/// # Examples
///
Expand Down

0 comments on commit 316c868

Please sign in to comment.