summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs
deleted file mode 100644
index c2a3d1ad7..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "Win32_System_Diagnostics_Ceip")]
-pub mod Ceip;
-#[cfg(feature = "Win32_System_Diagnostics_Debug")]
-pub mod Debug;
-#[cfg(feature = "Win32_System_Diagnostics_Etw")]
-pub mod Etw;
-#[cfg(feature = "Win32_System_Diagnostics_ProcessSnapshotting")]
-pub mod ProcessSnapshotting;
-#[cfg(feature = "Win32_System_Diagnostics_ToolHelp")]
-pub mod ToolHelp;