about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-41783.codeblock.html
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-21 19:05:18 +0000
committerbors <bors@rust-lang.org>2022-08-21 19:05:18 +0000
commitc0941dfb5a7d07ef2d70cc54d319669d9d6f6c01 (patch)
tree37525d0391e25a800121ccc4dcaf7b29d50fb86f /src/test/rustdoc/issue-41783.codeblock.html
parent650bff80a623e17675ac72ae4d62ed200a4a3568 (diff)
parent5ba68df9884274ab3f8793effda72c2b62990804 (diff)
downloadrust-c0941dfb5a7d07ef2d70cc54d319669d9d6f6c01.tar.gz
rust-c0941dfb5a7d07ef2d70cc54d319669d9d6f6c01.zip
Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #100556 (Clamp Function for f32 and f64)
 - #100663 (Make slice::reverse const)
 - #100697 ( Minor syntax and formatting update to doc comment on `find_vtable_types_for_unsizing`)
 - #100760 (update test for LLVM change)
 - #100761 (some general mir typeck cleanup)
 - #100775 (rustdoc: Merge source code pages HTML elements together v2)
 - #100813 (Add `/build-rust-analyzer/` to .gitignore)
 - #100821 (Make some docs nicer wrt pointer offsets)
 - #100822 (Replace most uses of `pointer::offset` with `add` and `sub`)
 - #100839 (Make doc for stdin field of process consistent)
 - #100842 (Add diagnostics lints to `rustc_transmute` module (zero diags))

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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-41783.codeblock.html b/src/test/rustdoc/issue-41783.codeblock.html
index b919935e4b4..89987491d1b 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>
-<span class="attribute">#![inner]</span></code>
\ No newline at end of file
+<span class="attribute">#[outer]
+#![inner]</span></code>