Skip to content

Commit

Permalink
chore: Skip formatting with rustfmt::skip
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 16, 2024
1 parent 38af842 commit 967e672
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
edition = "2021"
imports_granularity = "Crate"
format_generated_files = false
ignore = ["homestar-functions/**/src/bindings.rs"]
1 change: 1 addition & 0 deletions homestar-functions/add/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[allow(clippy::all)]
#[rustfmt::skip]
mod bindings;

use bindings::Guest;
Expand Down
1 change: 1 addition & 0 deletions homestar-functions/test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[allow(clippy::all, dead_code)]
#[rustfmt::skip]
mod bindings;

use base64::{engine::general_purpose, Engine};
Expand Down

0 comments on commit 967e672

Please sign in to comment.