Statements currently disallow semicolons as a terminating character. Writing rust has conditioned me to add semicolons. The compiler could lint the files in place. This seems like a natural extension of the language providing a pre-built linter. Such a linter must be well defined to prevent unwanted changes to files, especially during development.
Proposed features:
semicolon removal: trailing semicolons on statements will be removed from the file
Statements currently disallow semicolons as a terminating character. Writing rust has conditioned me to add semicolons. The compiler could lint the files in place. This seems like a natural extension of the language providing a pre-built linter. Such a linter must be well defined to prevent unwanted changes to files, especially during development.
Proposed features: