From af72456b38e16a4565115f6149e28d4bbe30ecb4 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 3 Oct 2023 13:52:25 -0500 Subject: [PATCH 1/2] doc feature --- crates/libs/sys/Cargo.toml | 1 + crates/libs/sys/src/lib.rs | 1 + crates/libs/windows/Cargo.toml | 1 + crates/libs/windows/src/lib.rs | 1 + 4 files changed, 4 insertions(+) diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index f954145d9e..52130b05f9 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -21,6 +21,7 @@ path = "../targets" [features] default = [] +doc = [] # generated features Wdk = [] Wdk_Foundation = ["Wdk"] diff --git a/crates/libs/sys/src/lib.rs b/crates/libs/sys/src/lib.rs index 4d66319d0b..beb5bcd5a2 100644 --- a/crates/libs/sys/src/lib.rs +++ b/crates/libs/sys/src/lib.rs @@ -5,6 +5,7 @@ Learn more about Rust for Windows here: Date: Tue, 3 Oct 2023 20:34:35 -0500 Subject: [PATCH 2/2] docs --- crates/libs/sys/Cargo.toml | 2 +- crates/libs/sys/src/lib.rs | 2 +- crates/libs/windows/Cargo.toml | 2 +- crates/libs/windows/src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 52130b05f9..5f9642bde8 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -21,7 +21,7 @@ path = "../targets" [features] default = [] -doc = [] +docs = [] # generated features Wdk = [] Wdk_Foundation = ["Wdk"] diff --git a/crates/libs/sys/src/lib.rs b/crates/libs/sys/src/lib.rs index beb5bcd5a2..cd558116db 100644 --- a/crates/libs/sys/src/lib.rs +++ b/crates/libs/sys/src/lib.rs @@ -5,7 +5,7 @@ Learn more about Rust for Windows here: