-
Notifications
You must be signed in to change notification settings - Fork 346
Add examples to Url
methods
#309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @brson I would like to contribute with this =D |
@marti1125 there are some examples already written in #326. That PR also made some formatting changes that should have been done separately. Would you be able to extract out just the examples from that PR, make any improvements you would like to make, and open a separate PR? |
I'm open other PR #PR340 to remove rustfmt. |
bors-servo
pushed a commit
that referenced
this issue
Jun 21, 2017
Add examples Url methods #309 Fix #309 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/340) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are missing examples: Url::options, query, query_pairs, fragment, set_fragment, set_query, set_path, path_segments, set_ip_host, set_password, set_username.
The text was updated successfully, but these errors were encountered: