about summary refs log tree commit diff
path: root/tests/rustdoc/where.SWhere_Echo_impl.html
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-11-30 10:10:49 -0700
committerMichael Howell <michael@notriddle.com>2023-11-30 10:43:40 -0700
commit7230f6c5c51d8668a16d92da9f49d442521de828 (patch)
tree93da07538ca32aec4251052ea454854f4df045d9 /tests/rustdoc/where.SWhere_Echo_impl.html
parentc910a49b05ed2edac0a989efa53e6468148bf0f7 (diff)
downloadrust-7230f6c5c51d8668a16d92da9f49d442521de828.tar.gz
rust-7230f6c5c51d8668a16d92da9f49d442521de828.zip
rustdoc: `div.where` instead of fmt-newline class
This is about equally readable, a lot more terse, and stops
special-casing functions and methods.

```console
$ du -hs doc-old/ doc-new/
671M    doc-old/
670M    doc-new/
```
Diffstat (limited to 'tests/rustdoc/where.SWhere_Echo_impl.html')
-rw-r--r--tests/rustdoc/where.SWhere_Echo_impl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/where.SWhere_Echo_impl.html b/tests/rustdoc/where.SWhere_Echo_impl.html
index 7517eb090f4..726196281a5 100644
--- a/tests/rustdoc/where.SWhere_Echo_impl.html
+++ b/tests/rustdoc/where.SWhere_Echo_impl.html
@@ -1,2 +1,2 @@
-<h3 class="code-header">impl&lt;D&gt; <a class="struct" href="struct.Delta.html" title="struct foo::Delta">Delta</a>&lt;D&gt;<span class="where fmt-newline">where
-    D: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</span></h3>
\ No newline at end of file
+<h3 class="code-header">impl&lt;D&gt; <a class="struct" href="struct.Delta.html" title="struct foo::Delta">Delta</a>&lt;D&gt;<div class="where">where
+    D: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</div></h3>
\ No newline at end of file