Skip to content

Commit a6699c2

Browse files
committed
For internal crates, document private items.
Since we're not planning to upload these crates to crates.io, this documentation is primarily useful for developers of the emulator, and so we want to provide doc comments for anything complex enough to need documentation.
1 parent 1df6552 commit a6699c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
rustdocflags = ["--document-private-items", "--deny", "warnings"]

0 commit comments

Comments
 (0)