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
Describe the bug
With a lib like
π¦ my_crate β£ π Cargo.toml β£ π src β β£ π lib.rs β β£ π my_mod β β β£ π mod.rs # β Parsed correctly β β β£ π sub_mod.rs # β Not parsed
Currently, the library correctly parses my_mod/mod.rs, but it does not parse files inside the my_mod directory, such as my_mod/sub_mod.rs.
my_mod/mod.rs
my_mod
my_mod/sub_mod.rs.
how to fix
Fix the rust function analyzer::crate_::analyze_crate in the loop.
analyzer::crate_::analyze_crate
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
With a lib like
Currently, the library correctly parses
my_mod/mod.rs
, but it does not parse files inside themy_mod
directory, such asmy_mod/sub_mod.rs.
how to fix
Fix the rust function
analyzer::crate_::analyze_crate
in the loop.The text was updated successfully, but these errors were encountered: