Skip to content

Commit 316c868

Browse files
committed
Merge branch 'master' into no_std
2 parents 0c02cd9 + 92f356e commit 316c868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

url/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,8 @@ impl Url {
15901590
}
15911591
}
15921592

1593-
/// Change this URL’s query string.
1593+
/// Change this URL’s query string. If `query` is `None`, this URL's
1594+
/// query string will be cleared.
15941595
///
15951596
/// # Examples
15961597
///

0 commit comments

Comments
 (0)