summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/synthetic_auto/no-redundancy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/synthetic_auto/no-redundancy.rs')
-rw-r--r--tests/rustdoc/synthetic_auto/no-redundancy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/synthetic_auto/no-redundancy.rs b/tests/rustdoc/synthetic_auto/no-redundancy.rs
index 59f336233..ea57d7388 100644
--- a/tests/rustdoc/synthetic_auto/no-redundancy.rs
+++ b/tests/rustdoc/synthetic_auto/no-redundancy.rs
@@ -9,7 +9,7 @@ where
}
// @has no_redundancy/struct.Outer.html
-// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//h3[@class="code-header"]' \
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//h3[@class="code-header"]' \
// "impl<T> Send for Outer<T>where T: Send + Copy"
pub struct Outer<T> {
inner_field: Inner<T>,