mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-24 15:59:39 +00:00
rustdoc has a separate environment variable for banning warnings, so set that in the GitHub action configuration. https://github.com/rust-lang/cargo/issues/8424#issuecomment-1070988443 Fix all the rustdoc warnings on unknown types or functions. I've updated references wherever it's obvious, otherwise I've replaced the rustdoc link with plain backticks. There were also some cases where rustdoc links referred to private APIs. I've disabled the rustdoc private API warning in those crates.