tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.13k stars 111 forks source link

docs: fix broken rustdoc links #273

Closed hawkw closed 2 years ago

hawkw commented 2 years ago

PR #151 added a CI job to try and build the documentation, failing on RustDoc errors. It turned out there was a handful of broken links, so that job is now failing.

I meant to fix this as part of #151 but accidentally automerged it before fixing the docs, since automerge wasn't configured to require the docs build job to pass. Whoops.

Signed-off-by: Eliza Weisman eliza@buoyant.io