]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/no-redundancy.rs
Rollup merge of #84516 - torhovland:issue-84114, r=estebank
[rust.git] / src / test / rustdoc / synthetic_auto / no-redundancy.rs
index cf173111ec1e27ebdab26114d4315721d1ccff01..3a23dc2cf9576c295ce5ee7ab886b621821feef7 100644 (file)
@@ -9,7 +9,7 @@ unsafe impl<T> Send for Inner<T>
 }
 
 // @has no_redundancy/struct.Outer.html
-// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' "impl<T> Send for \
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl<T> Send for \
 // Outer<T> where T: Copy + Send"
 pub struct Outer<T> {
     inner_field: Inner<T>,