diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-29 12:10:16 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-29 12:10:16 +0100 |
| commit | a333572970ed62701fd57f902d57a0a0aca0dd86 (patch) | |
| tree | 87e1203a12ffcfce482631a97009c9b2e1100791 /tests/rustdoc/ensure-src-link.rs | |
| parent | 00779af94e2b2260047f1598cf7196ecf01447d0 (diff) | |
| download | rust-a333572970ed62701fd57f902d57a0a0aca0dd86.tar.gz rust-a333572970ed62701fd57f902d57a0a0aca0dd86.zip | |
Update rustdoc tests for stability display
Diffstat (limited to 'tests/rustdoc/ensure-src-link.rs')
| -rw-r--r-- | tests/rustdoc/ensure-src-link.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/ensure-src-link.rs b/tests/rustdoc/ensure-src-link.rs index f99c4c4d988..f95b5f2d424 100644 --- a/tests/rustdoc/ensure-src-link.rs +++ b/tests/rustdoc/ensure-src-link.rs @@ -2,5 +2,5 @@ // This test ensures that the [src] link is present on traits items. -// @has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src rightside"]' "source" +// @has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "source" pub use std::iter::Iterator; |
