Build docs.rs docs with all features (#672)

Inspired by https://github.com/nushell/nushell/pull/11180

Make sure you can see all available types/symbols on docs.rs
(e.g. `SqliteBackedHistory`)

In a second step we should take care of annotating feature gated stuff
correctly
This commit is contained in:
Stefan Holderbach 2023-11-29 17:39:57 +01:00 committed by GitHub
parent 93af55c2eb
commit 37714c922e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,3 +50,7 @@ required-features = ["sqlite"]
[[example]]
name = "external_printer"
required-features = ["external_printer"]
[package.metadata.docs.rs]
# Whether to pass `--all-features` to Cargo (default: false)
all-features = true