We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f3d04 commit bd4314fCopy full SHA for bd4314f
2 files changed
crates/fspy_detours_sys/src/generated_bindings.rs
@@ -1,4 +1,3 @@
1
-#![rustfmt::skip]
2
use winapi::shared::minwindef::*;
3
use winapi::um::winnt::*;
4
use winapi::um::winnt::INT;
crates/fspy_detours_sys/tests/bindings.rs
@@ -33,7 +33,6 @@ fn detours_bindings() {
33
.blocklist_type("_STARTUPINFOA")
34
.blocklist_type("_STARTUPINFOW")
35
.disable_header_comment()
36
- .raw_line("#![rustfmt::skip]") // generated code is formatted by prettyplease, not rustfmt
37
.raw_line("use winapi::shared::minwindef::*;")
38
.raw_line("use winapi::um::winnt::*;")
39
.raw_line("use winapi::um::winnt::INT;")
0 commit comments