We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brace_style
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
Closures with blocks don't adhere to brace_style. For example, when brace_style = "AlwaysNextLine", a closure with a block will look like this:
brace_style = "AlwaysNextLine"
foo.ok_or_else(|| { // closure })
It should be:
Originally posted by me in #3376 (comment)
The text was updated successfully, but these errors were encountered:
Closing as per #4938 (comment)
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Closures with blocks don't adhere to
brace_style
. For example, whenbrace_style = "AlwaysNextLine"
, a closure with a block will look like this:It should be:
Originally posted by me in #3376 (comment)
The text was updated successfully, but these errors were encountered: