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
Tracking issue for unstable option: trailing_semicolon
The text was updated successfully, but these errors were encountered:
Setting this option to false is the only remaining reason one of my projects is using Nightly.
false
Sorry, something went wrong.
Related #3197
trailing_semicolon = false
Note that this should probably match the behavior of Clippy's semicolon_if_nothing_returned. Its tests are at https://github.com/rust-lang/rust-clippy/blob/e80ca2f3816ed6f4584480d40b8671a15b2225fc/tests/ui/semicolon_if_nothing_returned.rs
semicolon_if_nothing_returned
rustfmt
No branches or pull requests
Tracking issue for unstable option: trailing_semicolon
The text was updated successfully, but these errors were encountered: