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
No description provided.
The text was updated successfully, but these errors were encountered:
Rust is already supported with semicolons https://github.com/filNaj/tree-setter/blob/2cb29fa95d91e8c6c8615587fe4102e518e6b6c0/queries/rust/tsetter.scm#L7C1-L10C2
semicolons
For equals I think similar to #2 it would be tricky to implement for cases you would want to explicitly define a type for a variable
equals
Example:
fn main() { let config_max: Option<u8> = None; let foo = 100; let mut bar = 101; const THREE_HOURS_IN_SECONDS: u32 = 60 * 60 * 3; }
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: