s/module_//

This commit is contained in:
Andy Weidenbaum 2021-02-27 09:17:14 +11:00
parent 8e25481811
commit 587dfbabe4

View File

@ -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 {