diff options
| author | Michael Howell <michael@notriddle.com> | 2023-10-05 18:44:40 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-10-22 15:47:34 -0700 |
| commit | ade7ecf90943a7b865a6281112f8b2bbda55dba2 (patch) | |
| tree | ba2d4f6f4ef614e89a6132c42830852661892961 /tests/rustdoc-gui/setting-auto-hide-content-large-items.goml | |
| parent | 54b0434cead71e33bb4ddb52acde7767452b276d (diff) | |
| download | rust-ade7ecf90943a7b865a6281112f8b2bbda55dba2.tar.gz rust-ade7ecf90943a7b865a6281112f8b2bbda55dba2.zip | |
rustdoc: rename `/implementors` to `/impl.trait`
This is shorter, avoids potential conflicts with a crate named `implementors`[^1], and will be less confusing when JS include files are added for type aliases. [^1]: AFAIK, this couldn't actually cause any problems right now, but it's simpler just to make it impossible than relying on never having a file named `trait.Foo.js` in the crate data area.
Diffstat (limited to 'tests/rustdoc-gui/setting-auto-hide-content-large-items.goml')
| -rw-r--r-- | tests/rustdoc-gui/setting-auto-hide-content-large-items.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/setting-auto-hide-content-large-items.goml b/tests/rustdoc-gui/setting-auto-hide-content-large-items.goml index 6cd725043f4..b55a1cfd92b 100644 --- a/tests/rustdoc-gui/setting-auto-hide-content-large-items.goml +++ b/tests/rustdoc-gui/setting-auto-hide-content-large-items.goml @@ -1,7 +1,7 @@ // This test ensures that the "Auto-hide item contents for large items" setting is working as // expected. -// We need to disable this check because `implementors/test_docs/trait.Iterator.js` doesn't exist. +// We need to disable this check because `trait.impl/test_docs/trait.Iterator.js` doesn't exist. fail-on-request-error: false define-function: ( |
