1
Fork 0

Remove extra space in test

This commit is contained in:
Aaron Hill 2018-02-18 01:23:06 -05:00
parent 0c6ad46bcb
commit 2aead598c8
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -46,7 +46,7 @@ unsafe impl<'a, Q, R: ?Sized> Send for NotInner<'a, Q, R>
where
Q: NotMyTrait<'a>,
<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,
{
}