Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mod path when both mod file and mod dir exist
When both src/parent.rs and src/parent/ exist, construct_mod_path can be called with construct_mod_path('src/parent.rs', 'child'). In this case it should return src/parent/child.rs instead of nil.
- Loading branch information