]> git.lizzy.rs Git - rust.git/commit
Merge #825
authorbors[bot] <bors[bot]@users.noreply.github.com>
Thu, 14 Feb 2019 09:35:08 +0000 (09:35 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Thu, 14 Feb 2019 09:35:08 +0000 (09:35 +0000)
commitb85c189500a47f3c5f7690250611b06e08616c9a
tree70f79c09404d326122932b03fbd2e4e695358762
parentebfa26658e9f65491e79f6853bb7c77030f5b0fe
parentf7a78b284617cf5a6343614cbe85b8bde1e1e68e
Merge #825

825: Remove call to canonicalize in BatchDatabase::load_cargo r=matklad a=vipentti

Instead of using canonicalize, we now join the given path to
`std::env::current_dir()`, which either replaces the path, if the given path is
absolute, or joins the paths.

This fixes #821.

Co-authored-by: Ville Penttinen <villem.penttinen@gmail.com>