Closed TheNeikos closed 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.
error
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.
ErrorTree
Thanks for the report! Will enable features in docs.rs builds; should be able to do it this weekend.
Fixed in 0.8
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.