076a9e6b8e
Fixes a bug in the Rust module where overrides would match against both full path components as well as partial ones (e.g. "/etc/passwd" would be considered a prefix of "/etc/passwd_new") on Windows. Solution is to convert back to a PathBuf after lossy conversion so that Path::starts_with is used instead of str::starts_with. |
||
---|---|---|
.. | ||
configs | ||
formatter | ||
init | ||
modules | ||
test | ||
bug_report.rs | ||
config.rs | ||
configure.rs | ||
context.rs | ||
lib.rs | ||
logger.rs | ||
main.rs | ||
module.rs | ||
print.rs | ||
segment.rs | ||
utils.rs |