J-F-Liu / pom

PEG parser combinators using operator overloading without macros.
MIT License
496 stars 30 forks source link

Docs.rs docs are broken #18

Closed theduke closed 6 years ago

theduke commented 6 years ago

https://docs.rs/crate/pom/2.0.0 shows an error: Failed to build crate docs.

J-F-Liu commented 6 years ago

No error when build locally. May related to https://github.com/onur/docs.rs/issues/171

Flarp commented 6 years ago

@J-F-Liu The issues themselves are not related, but the solutions are.

J-F-Liu commented 6 years ago

Related issue is fixed.