Skip to content

Commit

Permalink
Show layout of types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 26, 2024
1 parent 8c61195 commit 8044e9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ run-cargo-check:
$(MAKE) cargo-command CARGO_COMMAND="cargo check"

build-cargo-docs:
# Even with dependencies documented, private items are only documented
# in explicitly listed packages
# Even with dependencies documented, private items and layout are only
# documented in explicitly listed packages.
RUSTDOCFLAGS="-Zunstable-options --show-type-layout" \
$(MAKE) \
cargo-command \
CARGO_COMMAND="cargo doc \
Expand Down

0 comments on commit 8044e9b

Please sign in to comment.