Skip to content

Commit

Permalink
Be more detailed in documentation of set_query
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeitis committed Jan 2, 2022
1 parent f6df441 commit e068374
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 @@ -1424,7 +1424,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 e068374

Please sign in to comment.