Skip to content

Commit f1afa0b

Browse files
committed
Automatically sort windows_sys bindings
1 parent 77de146 commit f1afa0b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

std/src/sys/pal/windows/c/bindings.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--out windows_sys.rs
22
--config flatten std
33
--filter
4-
// tidy-alphabetical-start
54
!Windows.Win32.Foundation.INVALID_HANDLE_VALUE
65
Windows.Wdk.Storage.FileSystem.FILE_COMPLETE_IF_OPLOCKED
76
Windows.Wdk.Storage.FileSystem.FILE_CONTAINS_EXTENDED_CREATE_INFORMATION
@@ -2592,4 +2591,3 @@ Windows.Win32.System.Threading.WakeAllConditionVariable
25922591
Windows.Win32.System.Threading.WakeConditionVariable
25932592
Windows.Win32.System.WindowsProgramming.PROGRESS_CONTINUE
25942593
Windows.Win32.UI.Shell.GetUserProfileDirectoryW
2595-
// tidy-alphabetical-end

std/src/sys/pal/windows/c/windows_sys.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// This file is autogenerated.
2-
//
3-
// To add bindings, edit windows_sys.lst then use `./x run generate-windows-sys` to
4-
// regenerate the bindings.
5-
//
6-
// ignore-tidy-filelength
71
// Bindings generated by `windows-bindgen` 0.52.0
82

93
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
@@ -4351,3 +4345,4 @@ impl ::core::clone::Clone for XSAVE_FORMAT {
43514345
*self
43524346
}
43534347
}
4348+
// ignore-tidy-filelength

0 commit comments

Comments
 (0)