mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00

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 <eliza@buoyant.io>