Remove extra space in test
This commit is contained in:
parent
0c6ad46bcb
commit
2aead598c8
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ unsafe impl<'a, Q, R: ?Sized> Send for NotInner<'a, Q, R>
|
||||||
where
|
where
|
||||||
Q: NotMyTrait<'a>,
|
Q: NotMyTrait<'a>,
|
||||||
<Q as NotMyTrait<'a>>::MyItem: Copy,
|
<Q as NotMyTrait<'a>>::MyItem: Copy,
|
||||||
/* for<'b> */ R: for<'b> Fn((&'b bool, &'a u8)) -> &'b i8,
|
R: for<'b> Fn((&'b bool, &'a u8)) -> &'b i8,
|
||||||
Foo<Q>: Send,
|
Foo<Q>: Send,
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue