Closed
Description
There is currently a regression in +nightly
rustdocs that is breaking our CI docs build.
I believe this is caused by rust-lang/rust#93476
I think we have two options:
- For the docs CI jobs remove the
--cfg docsrs
flag and build docs with+stable
- Wait for rustdocs in
+nightly
to be fixed