Skip to content

Commit df6740b

Browse files
committed
1. Fixed flag needed for doc.rs
1 parent 545b623 commit df6740b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ categories = ["development-tools", "development-tools::testing", "development-to
1414

1515
# docs.rs-specific configuration
1616
[package.metadata.docs.rs]
17+
# document all features
18+
all-features = true
1719
# defines the configuration attribute `docsrs`
1820
rustdoc-args = ["--cfg", "docsrs"]
1921

0 commit comments

Comments
 (0)