autosurgeon icon indicating copy to clipboard operation
autosurgeon copied to clipboard

Build docs.rs with all features

Open jeffa5 opened this issue 2 years ago • 2 comments

The docs mention that an implementation for uuid is provided behind a feature flag. It would be more discoverable if this was reflected as a documented type, and so searchable.

jeffa5 avatar Dec 19 '22 09:12 jeffa5

Do you mean adding something like this to Cargo.toml

[package.metadata.docs.rs]
all-features = true

Or is there more that would need to be done?

alexjg avatar Dec 19 '22 10:12 alexjg

I think that should do it

jeffa5 avatar Dec 19 '22 10:12 jeffa5