dasp icon indicating copy to clipboard operation
dasp copied to clipboard

Once stabilised, use the `doc_cfg` feature to automatically tag items with their required features in documentation

Open mitchmindtree opened this issue 5 years ago • 0 comments

See here for info about the attribute.

I tried to get this going as a part of #120, however it seems that the attribute is ignored within crate dependencies. That is, when documenting dasp, the re-exported dependencies did not provide any information about their own features, only providing tags for the dasp-level features.

There's an issue following development of the feature here https://github.com/rust-lang/rust/issues/43781.

mitchmindtree avatar May 29 '20 15:05 mitchmindtree