Skip to content

Commit 594996c

Browse files
committed
Display doc comments for private types
Fixes #911 - Adds a [package.metadata.docs.rs] to Cargo.toml - Sets the rustdoc-args key to [ "--no-defaults --passes collapse-docs --passes unindent-comments" ]
1 parent be1429c commit 594996c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ doctest = false
1919
name = "all"
2020
path = "src/tests/all.rs"
2121

22+
[package.metadata.docs.rs]
23+
rustdoc-args = ["--no-defaults --passes collapse-docs --passes unindent-comments"]
24+
2225
[dependencies]
2326
cargo-registry-s3 = { path = "src/s3", version = "0.1.0" }
2427
rand = "0.3"

0 commit comments

Comments
 (0)