rust/crates/ra_batch
Ville Penttinen f7a78b2846 Remove call to canonicalize in BatchDatabase::load_cargo
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.
2019-02-14 10:57:06 +02:00
..
src Remove call to canonicalize in BatchDatabase::load_cargo 2019-02-14 10:57:06 +02:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00