]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/static-region.rs
Rollup merge of #84516 - torhovland:issue-84114, r=estebank
[rust.git] / src / test / rustdoc / synthetic_auto / static-region.rs
index 59493744b623d7155f82ad268e1939cb9eda97af..a10e694c1b2817c79974d87b4d3fdad374aac792 100644 (file)
@@ -3,7 +3,7 @@ pub trait OwnedTrait<'a> {
 }
 
 // @has static_region/struct.Owned.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 \
 // Owned<T> where <T as OwnedTrait<'static>>::Reader: Send"
 pub struct Owned<T> where T: OwnedTrait<'static> {
     marker: <T as OwnedTrait<'static>>::Reader,