Skip to content

Commit 2aead59

Browse files
committed
Remove extra space in test
1 parent 0c6ad46 commit 2aead59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/synthetic_auto/complex.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mod foo {
3232
// @has complex/struct.NotOuter.html
3333
// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]/*/code' "impl<'a, T, K: \
3434
// ?Sized> Send for NotOuter<'a, T, K> where 'a: 'static, K: for<'b> Fn((&'b bool, &'a u8)) \
35-
// -> &'b i8, <T as MyTrait<'a>>::MyItem: Copy, T: MyTrait<'a>"
35+
// -> &'b i8, <T as MyTrait<'a>>::MyItem: Copy, T: MyTrait<'a>"
3636

3737
pub use foo::{Foo, Inner as NotInner, MyTrait as NotMyTrait, Outer as NotOuter};
3838

@@ -46,7 +46,7 @@ unsafe impl<'a, Q, R: ?Sized> Send for NotInner<'a, Q, R>
4646
where
4747
Q: NotMyTrait<'a>,
4848
<Q as NotMyTrait<'a>>::MyItem: Copy,
49-
/* for<'b> */ R: for<'b> Fn((&'b bool, &'a u8)) -> &'b i8,
49+
R: for<'b> Fn((&'b bool, &'a u8)) -> &'b i8,
5050
Foo<Q>: Send,
5151
{
5252
}

0 commit comments

Comments
 (0)