relay
relay copied to clipboard
Cargo doc fails to generate documentation
When familiarising myself with the relay compiler codebase I ran;
cd compiler
cargo doc --open
There are a slew of errors that come up with URLs int the documentation that aren't formatted correctly in docstrings.
I've got a partial fix in #4568, but I haven't added this the CI yet to prevent future regressions.
https://github.com/facebook/relay/pull/4568 has merged. Would you like to add a test to CI?
#4568 has merged. Would you like to add a test to CI?
Done in #4580
Scratch that WIP in #4580
Now it's done