]> git.lizzy.rs Git - rust.git/blobdiff - bootstrap.sh
Fix build failure (#2699)
[rust.git] / bootstrap.sh
index d3878d9d61c214d79137ce288316a52a82e681b5..ae37b043c05567b1fd250f8035bec80275d5613b 100755 (executable)
@@ -7,9 +7,8 @@
 cargo build --release
 
 target/release/rustfmt --write-mode=overwrite src/lib.rs
-target/release/rustfmt --write-mode=overwrite src/bin/rustfmt.rs
-target/release/rustfmt --write-mode=overwrite src/bin/cargo-fmt.rs
-target/release/rustfmt --write-mode=overwrite tests/system.rs
+target/release/rustfmt --write-mode=overwrite src/bin/main.rs
+target/release/rustfmt --write-mode=overwrite src/cargo-fmt/main.rs
 
 for filename in tests/target/*.rs; do
     if ! grep -q "rustfmt-" "$filename"; then