Lucretiel / nom-supreme

A collection of utilities for a superior nom experience
Mozilla Public License 2.0
149 stars 11 forks source link

docs.rs is not compiling docs with the 'error' feature #9

Closed TheNeikos closed 2 years ago

TheNeikos commented 2 years ago

Currently docs.rs is not compiling the docs with the feature error on. Which is because docs.rs only builds default features per-default.

This can be changed through metadata in the Cargo.toml file: https://docs.rs/about/metadata

I think this would be a worthwhile addition as this way one can see the ErrorTree docs without having to build it yourself.

Lucretiel commented 2 years ago

Thanks for the report! Will enable features in docs.rs builds; should be able to do it this weekend.

Lucretiel commented 2 years ago

Fixed in 0.8