about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross
diff options
context:
space:
mode:
authorSergi-Ferrez <sergiferrezpuig@gmail.com>2024-06-04 13:49:39 +0200
committerSergi-Ferrez <sergiferrezpuig@gmail.com>2024-06-04 13:49:39 +0200
commit617e64c9e7233ec1f936b8e14c30037fc3f6a1be (patch)
tree94434fbc722a278a6668d47cccbebc596ec517a9 /tests/rustdoc/inline_cross
parentb7a8f1f225db2fef723317a4bfb4cc649cc9ff84 (diff)
downloadrust-617e64c9e7233ec1f936b8e14c30037fc3f6a1be.tar.gz
rust-617e64c9e7233ec1f936b8e14c30037fc3f6a1be.zip
Update code format and tests
Diffstat (limited to 'tests/rustdoc/inline_cross')
-rw-r--r--tests/rustdoc/inline_cross/impl_trait.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/inline_cross/impl_trait.rs b/tests/rustdoc/inline_cross/impl_trait.rs
index 47e2c9dc76b..19d1673f2eb 100644
--- a/tests/rustdoc/inline_cross/impl_trait.rs
+++ b/tests/rustdoc/inline_cross/impl_trait.rs
@@ -11,7 +11,7 @@ pub use impl_trait_aux::func;
 // @has impl_trait/fn.func2.html
 // @has - '//pre[@class="rust item-decl"]' "func2<T>("
 // @has - '//pre[@class="rust item-decl"]' "_x: impl Deref<Target = Option<T>> + Iterator<Item = T>,"
-// @has - '//pre[@class="rust item-decl"]' "_y: impl Iterator<Item = u8> )"
+// @has - '//pre[@class="rust item-decl"]' "_y: impl Iterator<Item = u8>, )"
 // @!has - '//pre[@class="rust item-decl"]' 'where'
 pub use impl_trait_aux::func2;