Skip to content

fix feature docs not showing up on docs.rs #133

@HyperCodec

Description

@HyperCodec

Probably should use the new #![cfg_attr(docsrs, feature(doc_cfg)]. Also add the following to Cargo.toml:

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions