]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107834 - zephaniahong:issue-107547-fix, r=albertlarsan68
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 9 Feb 2023 10:21:59 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 10:21:59 +0000 (11:21 +0100)
commita8df4b15302ebb452369797439470b135d6736d2
treeb140b4f3fc5ab7953ca5a822fa2f24950df3daeb
parenta3e152ca812bb7e9f67ccaf9ff71383e4b8e53ba
parent41c6c5d4996728b5a635319ef9b077a3d0ccc480
Rollup merge of #107834 - zephaniahong:issue-107547-fix, r=albertlarsan68

create symlink for legacy rustfmt path

Fixes #107547 .
Main change is in the `download.rs` file. Created a symlink for the legacy rustfmt path to the new rustfmt path. Other file changes are simply as a result of porting over the symlink_file function from the Build struct to the config Struct