Closed rodrigorc closed 3 months ago
Hello!
I have a project with a few submodules with a slightly inconsistent but correct layout, such as:
parent ├── mod.rs (use foo;) ├── foo.rs (use bar;) └── foo └── bar └── mod.rs
Running xtr fails with:
xtr
No file with module definition formod barin file "parent/foo.rs"
No file with module definition for
in file "parent/foo.rs"
This PR covers this case.
Looks good, thank you.
Hello!
I have a project with a few submodules with a slightly inconsistent but correct layout, such as:
Running
xtr
fails with:No file with module definition for
mod barin file "parent/foo.rs"
This PR covers this case.