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
Hello, Usually, when I write code, I write my functions like this:
fn add( a: i64, b: i64 ) { return a + b; }
I also do this for while:
while
while ( true ) { // ... }
Is there a way to do this with rustfmt? If there isn't, could it be added?
rustfmt
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. Going to close this as a duplicate of #5435
Sorry, something went wrong.
No branches or pull requests
Hello,
Usually, when I write code, I write my functions like this:
I also do this for
while
:Is there a way to do this with
rustfmt
? If there isn't, could it be added?The text was updated successfully, but these errors were encountered: