about summary refs log tree commit diff
path: root/tests/rustdoc/whitespace-after-where-clause.struct.html
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-01-30 11:05:12 -0700
committerMichael Howell <michael@notriddle.com>2023-01-30 11:06:18 -0700
commit7080f80e8b64eb5f2037de50991edb9e82aee3a5 (patch)
tree26c2d27d0b59e40d240a2a631e5e51e98a5ab8d8 /tests/rustdoc/whitespace-after-where-clause.struct.html
parent006ca9b14da1e0145844598b3d6a554c042c702a (diff)
downloadrust-7080f80e8b64eb5f2037de50991edb9e82aee3a5.tar.gz
rust-7080f80e8b64eb5f2037de50991edb9e82aee3a5.zip
rustdoc: remove unnecessary wrapper div.item-decl from HTML
Diffstat (limited to 'tests/rustdoc/whitespace-after-where-clause.struct.html')
-rw-r--r--tests/rustdoc/whitespace-after-where-clause.struct.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/whitespace-after-where-clause.struct.html b/tests/rustdoc/whitespace-after-where-clause.struct.html
index 5892270b2f9..54faee9e405 100644
--- a/tests/rustdoc/whitespace-after-where-clause.struct.html
+++ b/tests/rustdoc/whitespace-after-where-clause.struct.html
@@ -1,4 +1,4 @@
-<div class="item-decl"><pre class="rust"><code>pub struct Struct&lt;'a, B&gt;<span class="where fmt-newline">where<br />&#160;&#160;&#160;&#160;B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</span>{
+<pre class="rust item-decl"><code>pub struct Struct&lt;'a, B&gt;<span class="where fmt-newline">where<br />&#160;&#160;&#160;&#160;B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</span>{
     pub a: <a class="primitive" href="{{channel}}/std/primitive.reference.html">&amp;'a B</a>,
     pub b: <a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>,
-}</code></pre></div>
\ No newline at end of file
+}</code></pre>
\ No newline at end of file