X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fsynthetic_auto%2Fno-redundancy.rs;h=3a23dc2cf9576c295ce5ee7ab886b621821feef7;hb=ad3389a6dfa5c239df8db7e55e4a341bdd6d5f66;hp=cf173111ec1e27ebdab26114d4315721d1ccff01;hpb=5444b46234627289c6dded36413be3a5fa6afdbd;p=rust.git diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs index cf173111ec1..3a23dc2cf95 100644 --- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs +++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs @@ -9,7 +9,7 @@ unsafe impl Send for Inner } // @has no_redundancy/struct.Outer.html -// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' "impl Send for \ +// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl Send for \ // Outer where T: Copy + Send" pub struct Outer { inner_field: Inner,