Skip to content

Commit bd4314f

Browse files
committed
remove file-level rustfmt::skip
1 parent b8f3d04 commit bd4314f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

crates/fspy_detours_sys/src/generated_bindings.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![rustfmt::skip]
21
use winapi::shared::minwindef::*;
32
use winapi::um::winnt::*;
43
use winapi::um::winnt::INT;

crates/fspy_detours_sys/tests/bindings.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fn detours_bindings() {
3333
.blocklist_type("_STARTUPINFOA")
3434
.blocklist_type("_STARTUPINFOW")
3535
.disable_header_comment()
36-
.raw_line("#![rustfmt::skip]") // generated code is formatted by prettyplease, not rustfmt
3736
.raw_line("use winapi::shared::minwindef::*;")
3837
.raw_line("use winapi::um::winnt::*;")
3938
.raw_line("use winapi::um::winnt::INT;")

0 commit comments

Comments
 (0)