rust/crates/rust-analyzer
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
..
src Fix relative path handling for custom rustfmt 2020-08-05 13:20:36 +02:00
test_data Mark machine applicable fixes as preferred 2020-07-16 10:51:25 -04:00
tests/heavy_tests Run package-specific cargo check and test for all targets 2020-07-29 15:35:27 +03:00
build.rs
Cargo.toml Bump perf-event and rustc_lexer 2020-07-30 20:36:03 +03:00