Skip to content

Commit

Permalink
revert doc = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlie Davis committed Jun 19, 2024
1 parent 38f1f2d commit 9b6e33e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions crates/libs/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b6e33e

Please sign in to comment.