mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
revert nightly rustfmt formatting that accidentally slipped in
cf. https://github.com/rust-lang/rust/pull/99603 cf. https://github.com/rust-lang/rust-analyzer/pull/12871#discussion_r928816339
This commit is contained in:
parent
0d04e63627
commit
dc94050815
3 changed files with 11 additions and 4 deletions
|
@ -62,8 +62,7 @@ fn main() {
|
|||
Command::new(toolchain::cargo())
|
||||
};
|
||||
|
||||
cmd
|
||||
.current_dir(&staging_dir)
|
||||
cmd.current_dir(&staging_dir)
|
||||
.args(&["build", "-p", "proc-macro-test-impl", "--message-format", "json"])
|
||||
// Explicit override the target directory to avoid using the same one which the parent
|
||||
// cargo is using, or we'll deadlock.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue