Closed tnull closed 10 months ago
Unfortunately, cargo doc doesn't use RUSTFLAGS, which made our lsps1-cfg-gated CI check useless so far. Here, we fix this by using RUSTDOCFLAGS instead.
cargo doc
RUSTFLAGS
lsps1
RUSTDOCFLAGS
Unfortunately,
cargo doc
doesn't useRUSTFLAGS
, which made ourlsps1
-cfg-gated CI check useless so far. Here, we fix this by usingRUSTDOCFLAGS
instead.