Skip to content

Commit 06695ea

Browse files
Update snapshots of rustdoc tests to take into account the comment highlighting
1 parent 768a614 commit 06695ea

4 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<pre class="rust item-decl"><code>pub struct Simd&lt;T&gt;(/* private fields */)
1+
<pre class="rust item-decl"><code>pub struct Simd&lt;T&gt;(<span class="comment">/* private fields */</span>)
22
<span class="where">where
3-
T: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code></pre>
3+
T: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code></pre>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<code>pub struct Alpha&lt;A&gt;(/* private fields */)
1+
<code>pub struct Alpha&lt;A&gt;(<span class="comment">/* private fields */</span>)
22
<span class="where">where
33
A: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<pre class="rust item-decl"><code>pub union Union&lt;'a, B&gt;<div class="where">where
22
B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;<a class="primitive" href="{{channel}}/std/primitive.unit.html">()</a>&gt; + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</div>{
3-
/* private fields */
3+
<span class="comment">/* private fields */</span>
44
}</code></pre>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<pre class="rust item-decl"><code>pub union Union2&lt;'a, B: ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;<a class="primitive" href="{{channel}}/std/primitive.unit.html">()</a>&gt; + 'a&gt; {
2-
/* private fields */
2+
<span class="comment">/* private fields */</span>
33
}</code></pre>

0 commit comments

Comments
 (0)