Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix a bunch of RustDoc warnings/errors (tokio-rs#1524)
This branch fixes some minor RustDoc issues. In particular: - The `broken_intra_doc_links` lint was renamed to `rustdoc::broken_intra_doc_links`. This generates a warning, since the old name was deprecated. - `ignore` code blocks are specifically for _Rust_ code that should not be compiled, not for other text blocks. We were using `ignore` on JSON blocks, which generates a warning. - A bunch of links in `tracing-subscriber`'s RustDocs were broken. This fixes that. I also changed the Netlify configuration to run with `-D warnings`, so that we can surface RustDoc warnings in CI builds. Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information