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:

17e30e83a1/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-07-31 20:12:10 +02:00
2020-08-01 13:47:19 +02:00
2020-08-03 11:47:56 +00:00
2020-08-03 15:45:39 +03:00
2020-07-31 20:12:10 +02:00
2020-07-31 20:12:10 +02:00
2020-08-01 13:47:19 +02:00
2020-07-30 21:23:41 +00:00
2020-07-31 20:12:10 +02:00
2020-08-01 13:47:19 +02:00
2020-07-30 22:23:12 +02:00
2020-07-30 22:23:12 +02:00