about summary refs log tree commit diff
path: root/src/test/rustdoc/where.SWhere_Simd_item-decl.html
diff options
context:
space:
mode:
authorLoïc BRANSTETT <lolo.branstett@numericable.fr>2022-04-08 17:33:40 +0200
committerLoïc BRANSTETT <lolo.branstett@numericable.fr>2022-04-17 12:00:52 +0200
commitf7ce145d83311f7d288d1169376bbcc5f88ea5f9 (patch)
tree15145e1df4c787b3a58ff06d6af6ad3b17af9500 /src/test/rustdoc/where.SWhere_Simd_item-decl.html
parentac8b11810f4a0def3596ee401feb9ef00015b555 (diff)
downloadrust-f7ce145d83311f7d288d1169376bbcc5f88ea5f9.tar.gz
rust-f7ce145d83311f7d288d1169376bbcc5f88ea5f9.zip
Remove extra space before a where clause in the documentation
Diffstat (limited to 'src/test/rustdoc/where.SWhere_Simd_item-decl.html')
-rw-r--r--src/test/rustdoc/where.SWhere_Simd_item-decl.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc/where.SWhere_Simd_item-decl.html b/src/test/rustdoc/where.SWhere_Simd_item-decl.html
new file mode 100644
index 00000000000..0133bcaeb66
--- /dev/null
+++ b/src/test/rustdoc/where.SWhere_Simd_item-decl.html
@@ -0,0 +1 @@
+<div class="docblock item-decl"><pre class="rust struct"><code>pub struct Simd&lt;T&gt;(_) <br /><span class="where">where<br />&#160;&#160;&#160;&#160;T: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code></pre></div>
\ No newline at end of file