Remove no longer needed config option from setup_rust_fork.sh

This commit is contained in:
bjorn3 2023-12-31 12:39:20 +00:00
parent 02183f79e4
commit c55aaa55a7

View file

@ -25,9 +25,6 @@ git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
cat > config.toml <<EOF
change-id = 999999
[llvm]
ninja = false
[build]
rustc = "$(pwd)/../dist/bin/rustc-clif"
cargo = "$(rustup which cargo)"