Skip to content

Commit

Permalink
Skip build.rs
Browse files Browse the repository at this point in the history
Default formatting leaves a lot of whitespace in the error msg
Add rustfmt.toml file for posterity
  • Loading branch information
mberry committed Aug 22, 2023
1 parent a1d69d1 commit 7197257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[rustfmt::skip]
fn main() {
#[cfg(not(feature = "wasm"))]
{
Expand Down
Empty file added rustfmt.toml
Empty file.

0 comments on commit 7197257

Please sign in to comment.