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
Referring to a module with use like use self::models::Post; inside a function don't works for the code analizys (it does compile and run)
use self::models::Post;
It does work if the use sentence is at mod level outside the function.
Attached some screenshots, happy to provide more info if needed. Thanks!
The text was updated successfully, but these errors were encountered:
Duplicate of #1165
Sorry, something went wrong.
No branches or pull requests
Referring to a module with use like
use self::models::Post;
inside a function don't works for the code analizys (it does compile and run)It does work if the use sentence is at mod level outside the function.
Attached some screenshots, happy to provide more info if needed.
Thanks!
The text was updated successfully, but these errors were encountered: