diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
commit | a990de90fe41456a23e58bd087d2f107d321f3a1 (patch) | |
tree | 15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs | |
parent | 3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff) | |
download | fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip |
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs b/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs deleted file mode 100644 index 8cee42f..0000000 --- a/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs +++ /dev/null @@ -1,15 +0,0 @@ -#[cfg(feature = "Win32_System_Diagnostics_Ceip")] -#[doc = "Required features: `\"Win32_System_Diagnostics_Ceip\"`"] -pub mod Ceip; -#[cfg(feature = "Win32_System_Diagnostics_Debug")] -#[doc = "Required features: `\"Win32_System_Diagnostics_Debug\"`"] -pub mod Debug; -#[cfg(feature = "Win32_System_Diagnostics_Etw")] -#[doc = "Required features: `\"Win32_System_Diagnostics_Etw\"`"] -pub mod Etw; -#[cfg(feature = "Win32_System_Diagnostics_ProcessSnapshotting")] -#[doc = "Required features: `\"Win32_System_Diagnostics_ProcessSnapshotting\"`"] -pub mod ProcessSnapshotting; -#[cfg(feature = "Win32_System_Diagnostics_ToolHelp")] -#[doc = "Required features: `\"Win32_System_Diagnostics_ToolHelp\"`"] -pub mod ToolHelp; |