281af7c1b9
The docs lint `broken-intra-doc-links` has been changed but the new name is not available in our MSRV, this means we get a build warning. We only build docs with the nightly toolchain so we can move this lint control to the docs build command in `test.sh` instead of doing it crate wide. With this patch applied devs risk not noticing docs link issues until they hit them on CI _if_ they do not build with the test script or explicitly pass in `-- -D rustdoc::broken-intra-doc-links`, which no one is going to do. Hence we add a line to the readme with a shell alias that can be used to check docs, taken directly from `test.sh`. |
||
---|---|---|
.. | ||
act | ||
test.sh |