diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index aad2c377c4..12815c0a56 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -15,9 +15,6 @@ exclude = ["features.json"] # This crate does not contain tests. All tests are in separate crates. test = false doctest = false -# This crate does not generate docs because it is too large (rustdoc has problems with very large -# crates) and because the Windows API is documented elsewhere. -doc = false [lints] workspace = true diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index 350a05b856..e094bc9247 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -17,9 +17,6 @@ exclude = ["features.json"] # This crate does not contain tests. All tests are in separate crates. test = false doctest = false -# This crate does not generate docs because it is too large (rustdoc has problems with very large -# crates) and because the Windows API is documented elsewhere. -doc = false [lints] workspace = true