Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cargo): Treat projects outside the analyer root as packages
E.g. when analyzing a single Cargo project in a sub-directory with a `cargo.toml` file that points to "path dependencies" in a parent directory, these dependencies should not be seen as projects but as packages. This restores the behavior from before 7522a0c. Resolves #8571. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information