]> git.lizzy.rs Git - rust.git/commit
Add rustdoc CI check
authorYacin Tmimi <yacintmimi@gmail.com>
Sat, 23 Oct 2021 21:18:47 +0000 (17:18 -0400)
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>
Tue, 26 Oct 2021 01:46:46 +0000 (20:46 -0500)
commitd454e8106024fcb517d8fc20d4bdd2c54229695a
tree2c18e1dc7d59cdb99927c2fae57bc1a56ad8ca12
parent50369f5bc03e3011ae8383cc3cbb85ae51fe9276
Add rustdoc CI check

Resolves 5038

rust-lang/rust builds now document rustfmt (rust-lang/rust#87119). The
build process is updated with doc checks to ensure that rustfmt doesn't
introduce warnings.

Warnings are treated as hard errors in rust-lang/rust and won't show
until bors tests the changes (refs rust-lang/rust#90087).
.github/workflows/rustdoc_check.yml [new file with mode: 0644]