diff options
| author | bors <bors@rust-lang.org> | 2022-11-01 18:15:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-01 18:15:32 +0000 |
| commit | ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5 (patch) | |
| tree | b15708db58cf3fc25cfedc33e41320a8728c52bf /src/test/rustdoc/issue-41783.codeblock.html | |
| parent | 4c736a21ae317086871094b1671d6535be593502 (diff) | |
| parent | 2b10891b969dea3875cd42a5b63d198abd47fcbc (diff) | |
| download | rust-ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5.tar.gz rust-ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5.zip | |
Auto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r=Dylan-DPC
Rollup of 5 pull requests
Successful merges:
- #84022 (Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error)
- #103760 (resolve: Turn the binding from `#[macro_export]` into a proper `Import`)
- #103813 (rustdoc: remove unnecessary CSS `.search-results { clear: both }`)
- #103817 (rustdoc: rename syntax highlighting CSS class `attribute` to `attr`)
- #103833 (:arrow_up: rust-analyzer)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc/issue-41783.codeblock.html')
| -rw-r--r-- | src/test/rustdoc/issue-41783.codeblock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-41783.codeblock.html b/src/test/rustdoc/issue-41783.codeblock.html index 89987491d1b..3bca4536cd5 100644 --- a/src/test/rustdoc/issue-41783.codeblock.html +++ b/src/test/rustdoc/issue-41783.codeblock.html @@ -1,5 +1,5 @@ <code># single ## double ### triple -<span class="attribute">#[outer] +<span class="attr">#[outer] #![inner]</span></code> |
