Closed tnull closed 10 months ago
In #78 we previously replaced cargo doc's RUSTFLAGS with RUSTDOCFLAGS in CI.
cargo doc
RUSTFLAGS
RUSTDOCFLAGS
Turns out that we need to set both env. variables as otherwise the broken_intra_doc_links lint starts complaining.
broken_intra_doc_links
In #78 we previously replaced
cargo doc
'sRUSTFLAGS
withRUSTDOCFLAGS
in CI.Turns out that we need to set both env. variables as otherwise the
broken_intra_doc_links
lint starts complaining.