Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Sep 5, 2024
1 parent 26bd4af commit 19d5249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fn copy_and_patch(src: impl AsRef<Path>, dest: impl AsRef<Path>) -> io::Result<(
("alloc::alloc", "alloc"),
("alloc::vec::alloc", "alloc"),
// workaround to keep rustfmt from having a freak out
("__ = ", "__ =")
("__ = ", "__ ="),
];

// Skip proto files belonging to `EXCLUDED_PROTO_PACKAGES`
Expand Down

0 comments on commit 19d5249

Please sign in to comment.