rust/src/librustdoc/html
Guillaume Gomez bc26def1d5
Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha
Fix border radius for doc code blocks in rustdoc

In #85148, I made an invalid change on the border radius of the doc code blocks (look in the top left and bottom left corners of the code blocks).

Before this fix:

![Screenshot from 2021-05-11 11-14-59](https://user-images.githubusercontent.com/3050060/117791459-a4f86b80-b24a-11eb-8ac3-facc719c799a.png)

After this fix:

![Screenshot from 2021-05-11 11-05-29](https://user-images.githubusercontent.com/3050060/117791482-a9bd1f80-b24a-11eb-8c38-a01989595f5c.png)

r? `@jsha`
2021-05-12 17:19:29 +02:00
..
highlight Update highlight tests 2021-05-05 18:13:47 +02:00
markdown Treat header as first paragraph for shortened markdown descriptions 2021-03-09 17:48:14 -07:00
render Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha 2021-05-12 17:19:28 +02:00
static Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha 2021-05-12 17:19:29 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
highlight.rs Fix line number not being clickable on source pages 2021-05-10 14:11:42 +02:00
layout.rs Move global click handlers to per-element ones. 2021-05-11 13:45:08 -07:00
markdown.rs Move global click handlers to per-element ones. 2021-05-11 13:45:08 -07:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
static_files.rs Use an SVG image for clipboard instead of unicode character 2021-05-10 16:26:16 +02:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00