Files
rust/crates/rust-analyzer/src
Aleksey Kladov ffe4a5e114 Fix relative path handling for custom rustfmt
`current_dir` and relative paths to executables works differently on
unix and windows (unix behavior does not make sense), see:

https://github.com/oconnor663/duct.rs/blob/17e30e83a16b202551df4d70d0b2cc174cb53e5d/src/lib.rs#L295-L324

The original motivation to set cwd was to make rustfmt read the
correct rustfmt.toml, but that was future proofing, rather than a bug
fix.

So, let's just remove this and see if breaks or fixes more use-cases.

If support for per-file config is needed, we could use `--config-path`
flag.
2020-08-05 13:20:36 +02:00
..
2020-08-01 19:31:14 +03:00
2020-07-15 18:17:46 -04:00
2020-07-23 16:53:12 +02:00
2020-07-09 15:41:13 +02:00
2020-06-26 00:27:57 +02:00
2020-07-15 08:17:32 -04:00
2020-07-25 10:35:45 +02:00
2020-06-28 01:30:45 +03:00
2020-02-18 12:37:45 +01:00
2020-07-21 12:52:51 +02:00
2020-06-24 18:57:30 +02:00
2020-06-25 15:35:42 +02:00
2020-07-30 18:28:28 +02:00