facebook / starlark-rust

A Rust implementation of the Starlark language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.rs: Documentation build failure

silvergasp opened this issue · comments

The docs.rs build of the latest documentation is failing https://docs.rs/crate/starlark/0.10.0/builds/1053872. This is not a deal breaker but slightly annoying when using starlark-rust as I'll typically have docs.rs open to one side while I develop.

I suspect we need a release with c201c5e. I might go through the active PR's and then make a new release.

Release made. Watching the docs website 👀

https://docs.rs/starlark/latest/starlark/ seems to be happy, so closing this. I switched to using stable by default, so hopefully it remains working as things go forward, without nightly breakages.

Thanks for being so responsive!