s/module_//
This commit is contained in:
parent
8e25481811
commit
587dfbabe4
@ -101,7 +101,7 @@ where
|
||||
Some(ref path) => {
|
||||
let path = path.as_ref();
|
||||
|
||||
// Ensure `module_path` is relative to `$CARGO_MANIFEST_DIR`.
|
||||
// Ensure `path` is relative to `$CARGO_MANIFEST_DIR`.
|
||||
let path = if path.is_relative() {
|
||||
utils::runtime_root().join(path)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user