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
tuono__internal__route and tuono__internal__api are not snake case, hence rust-analyzer triggers an error.
tuono__internal__route
tuono__internal__api
rust-analyzer
The handlers name should be snake case to not trigger any error
Open any tuono project with an IDE with rust-analyzer and you will see the diagnostic error below
tuono
N/A
No response
The text was updated successfully, but these errors were encountered:
Happy to handle this if you like
Sorry, something went wrong.
Should I also rename get__tuono_internal_api and similar to get_tuono_internal_api, or leave those as is?
get__tuono_internal_api
get_tuono_internal_api
Yes! Nice catch!
jacobhq
Successfully merging a pull request may close this issue.
Description
tuono__internal__route
andtuono__internal__api
are not snake case, hencerust-analyzer
triggers an error.Expected behaviour
The handlers name should be snake case to not trigger any error
How to reproduce
Open any
tuono
project with an IDE withrust-analyzer
and you will see the diagnostic error belowScreenshots
System Info
System info (Rust)
Additional context
No response
The text was updated successfully, but these errors were encountered: