diff options
| author | Loïc BRANSTETT <lolo.branstett@numericable.fr> | 2022-04-08 17:33:40 +0200 |
|---|---|---|
| committer | Loïc BRANSTETT <lolo.branstett@numericable.fr> | 2022-04-17 12:00:52 +0200 |
| commit | f7ce145d83311f7d288d1169376bbcc5f88ea5f9 (patch) | |
| tree | 15145e1df4c787b3a58ff06d6af6ad3b17af9500 /src/test/rustdoc/where.SWhere_Simd_item-decl.html | |
| parent | ac8b11810f4a0def3596ee401feb9ef00015b555 (diff) | |
| download | rust-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.html | 1 |
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<T>(_) <br /><span class="where">where<br />    T: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a></span>;</code></pre></div> \ No newline at end of file |
