diff options
| author | Sergi-Ferrez <sergiferrezpuig@gmail.com> | 2024-06-04 13:49:39 +0200 |
|---|---|---|
| committer | Sergi-Ferrez <sergiferrezpuig@gmail.com> | 2024-06-04 13:49:39 +0200 |
| commit | 617e64c9e7233ec1f936b8e14c30037fc3f6a1be (patch) | |
| tree | 94434fbc722a278a6668d47cccbebc596ec517a9 /tests/rustdoc/inline_cross | |
| parent | b7a8f1f225db2fef723317a4bfb4cc649cc9ff84 (diff) | |
| download | rust-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.rs | 2 |
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; |
