summaryrefslogtreecommitdiffstats
path: root/vendor/windows/src/lib.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:41:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:41:41 +0000
commit10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87 (patch)
treebdffd5d80c26cf4a7a518281a204be1ace85b4c1 /vendor/windows/src/lib.rs
parentReleasing progress-linux version 1.70.0+dfsg1-9~progress7.99u1. (diff)
downloadrustc-10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87.tar.xz
rustc-10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87.zip
Merging upstream version 1.70.0+dfsg2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows/src/lib.rs')
-rw-r--r--vendor/windows/src/lib.rs21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/windows/src/lib.rs b/vendor/windows/src/lib.rs
deleted file mode 100644
index 54c924d6e..000000000
--- a/vendor/windows/src/lib.rs
+++ /dev/null
@@ -1,21 +0,0 @@
-#![cfg_attr(docsrs, doc = "This is a stub. The latest API documentation is here: <https://microsoft.github.io/windows-docs-rs/>")]
-#![cfg_attr(docsrs, doc = "")]
-/*!
-Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
-*/
-
-#![doc(html_no_source)]
-#![allow(non_snake_case, clashing_extern_declarations)]
-#![cfg_attr(windows_debugger_visualizer, feature(debugger_visualizer), debugger_visualizer(natvis_file = "../windows.natvis"))]
-#![cfg_attr(windows_raw_dylib, feature(raw_dylib))]
-
-extern crate self as windows;
-
-pub use Windows::*;
-pub mod core;
-
-#[doc(hidden)]
-mod Windows;
-
-#[doc(hidden)]
-pub mod imp;