rust/src/librustdoc/html/markdown
Noah Lev 4ad2d68602 Escape item search summaries
I noticed that `Pin::new()`'s search summary looked off, and I realized
that the reason is that it has inline code containing `Pin<P>`, which is
not escaped and thus renders as a paragraph tag!
2021-07-24 17:15:01 -07:00
..
tests.rs Escape item search summaries 2021-07-24 17:15:01 -07:00