We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ! operator is missing in http://static.rust-lang.org/doc/rust.html#operator-precedence
!
The text was updated successfully, but these errors were encountered:
assigning bug; change assignment if you disagree
Sorry, something went wrong.
Looks like this is resolved by the given pull request. Closing this bug.
auto merge of rust-lang#6831 : Xazax-hun/rust/incoming, r=graydon
a394298
Minor doc enhancement for: rust-lang#4543
Auto merge of rust-lang#4543 - xiongmao86:issue4503, r=flip1995
c24a422
Fix issue4503 Fixes rust-lang#4503. changelog: Add a lint checking user are using FileType.is_file() method and suggest using !FileType.is_dir(). - [x] Followed [lint naming conventions][lint_naming] - [x] Added passing UI tests (including committed `.stderr` file) - [x] `cargo test` passes locally - [x] Executed `./util/dev update_lints` - [x] Added lint documentation - [x] Run `./util/dev fmt`
No branches or pull requests
The
!
operator is missing in http://static.rust-lang.org/doc/rust.html#operator-precedenceThe text was updated successfully, but these errors were encountered: