diff options
| author | bors <bors@rust-lang.org> | 2022-09-23 09:33:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-23 09:33:23 +0000 |
| commit | 4d44e09cb1db2788f59159c4b9055e339ed2181d (patch) | |
| tree | ecf4fae12dfe52c30ef4301e1683ee781e2f5d7f /src/test/rustdoc-gui | |
| parent | bc4d574ff2ffcfe76db36116cc4f193384065985 (diff) | |
| parent | 8e3b9bca65d7d79a3b0e9c33fed8d8c93dd66041 (diff) | |
| download | rust-4d44e09cb1db2788f59159c4b9055e339ed2181d.tar.gz rust-4d44e09cb1db2788f59159c4b9055e339ed2181d.zip | |
Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #100734 (Split out async_fn_in_trait into a separate feature) - #101664 (Note if mismatched types have a similar name) - #101815 (Migrated the rustc_passes annotation without effect diagnostic infrastructure) - #102042 (Distribute rust-docs-json via rustup.) - #102066 (rustdoc: remove unnecessary `max-width` on headers) - #102095 (Deduplicate two functions that would soon have been three) - #102104 (Set 'exec-env:RUST_BACKTRACE=0' in const-eval-select tests) - #102112 (Allow full relro on powerpc64-unknown-linux-gnu) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/notable-trait.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/notable-trait.goml b/src/test/rustdoc-gui/notable-trait.goml index 69088a0774f..7eb00d825a5 100644 --- a/src/test/rustdoc-gui/notable-trait.goml +++ b/src/test/rustdoc-gui/notable-trait.goml @@ -83,7 +83,7 @@ assert-position: ( ) // Checking on very small mobile. The `i` should be on its own line. -size: (410, 600) +size: (365, 600) compare-elements-position-false: ( "//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']", "//*[@id='method.create_an_iterator_from_read']//*[@class='notable-traits']", |
