Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxu · qinheping/verify-rust-std@d99f3cf (original) (raw)
Rollup merge of rust-lang#132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxu
Fix type reference in documents which was being confused with html tags. Running `x dist` was failing due to it invoking commands with `-D warnings`, which emitted a warning about unclosed html tags.