diff options
| author | Michael Howell <michael@notriddle.com> | 2023-11-30 10:10:49 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-11-30 10:43:40 -0700 |
| commit | 7230f6c5c51d8668a16d92da9f49d442521de828 (patch) | |
| tree | 93da07538ca32aec4251052ea454854f4df045d9 /tests/rustdoc/where.SWhere_Echo_impl.html | |
| parent | c910a49b05ed2edac0a989efa53e6468148bf0f7 (diff) | |
| download | rust-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.html | 4 |
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<D> <a class="struct" href="struct.Delta.html" title="struct foo::Delta">Delta</a><D><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<D> <a class="struct" href="struct.Delta.html" title="struct foo::Delta">Delta</a><D><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 |
