rust/src/tools/linkchecker
Noah Lev 865d99f82b docs: Escape brackets to satisfy the linkchecker
My change to use `Type::def_id()` (formerly `Type::def_id_full()`) in
more places caused some docs to show up that used to be missed by
rustdoc. Those docs contained unescaped square brackets, which triggered
linkcheck errors. This commit escapes the square brackets and adds this
particular instance to the linkcheck exception list.
2021-10-22 14:08:43 -07:00
..
tests linkchecker: Fix bug where fragment errors printed the wrong path. 2021-06-09 08:02:14 -07:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00
linkcheck.sh Build linkcheck script as release to run faster. 2021-06-03 14:08:24 -07:00
main.rs docs: Escape brackets to satisfy the linkchecker 2021-10-22 14:08:43 -07:00