diff --git a/src/searcher.rs b/src/searcher.rs index b263682..6181d44 100644 --- a/src/searcher.rs +++ b/src/searcher.rs @@ -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 {