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
let big_n = if (n < 10 && n > -10) { // 小括号导致warning
let big_n = if (n < 10 && n > -10) {
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=08e03bc15c70e2e26eeff1559bbd7672
warning: unnecessary parentheses around `if` condition
The text was updated successfully, but these errors were encountered:
感谢反馈
Sorry, something went wrong.
No branches or pull requests
页码与行数
代码错误
let big_n = if (n < 10 && n > -10) {
// 小括号导致warningRust Playground Demo
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=08e03bc15c70e2e26eeff1559bbd7672
错误信息
The text was updated successfully, but these errors were encountered: