Skip to content

Commit 80b7f3c

Browse files
committed
skip formatting generated bindings
1 parent a95cd9c commit 80b7f3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/fspy_detours_sys/src

crates/fspy_detours_sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![cfg(windows)]
22

33
#[allow(non_camel_case_types, non_snake_case)]
4+
#[rustfmt::skip] // generated code is formatted by prettyplease, not rustfmt
45
mod generated_bindings;
56

67
pub use generated_bindings::*;

0 commit comments

Comments
 (0)