Skip to content

Add ~ to the list of allowable URL characters. #10340

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

Merged
merged 1 commit into from
Nov 8, 2013
Merged

Conversation

eholk
Copy link
Contributor

@eholk eholk commented Nov 7, 2013

According to http://tools.ietf.org/html/rfc3986, ~ is a legal character in URLs.

bors added a commit that referenced this pull request Nov 8, 2013
@bors bors closed this Nov 8, 2013
@bors bors merged commit 0a478b4 into rust-lang:master Nov 8, 2013
@eholk eholk deleted the url branch November 11, 2013 17:26
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Feb 26, 2023
… r=Alexendoo

Add question-mark-used lint

This lint complains when the question mark operator (try operator) is used.  This is a restriction lint that can be useful on local scopes where a custom error handling macro is supposed to be used to augment the error based on local scope data before returning.

Fixes rust-lang#10340

---

changelog: New lint [`question_mark_used`]
[rust-lang#10342](rust-lang/rust-clippy#10342)
<!-- changelog_checked -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants