mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
15 lines
355 B
Diff
15 lines
355 B
Diff
diff --git a/build.rs b/build.rs
|
|
index cb8d19a..f6dc5dc 100644
|
|
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -103,9 +103,4 @@ fn embed_themes() {
|
|
writeln!(out, " m").unwrap();
|
|
writeln!(out, "}}").unwrap();
|
|
}
|
|
-
|
|
- std::process::Command::new("rustfmt")
|
|
- .arg(out_path)
|
|
- .status()
|
|
- .expect("Failed to run rustfmt");
|
|
}
|