remove extra space
This commit is contained in:
parent
6e0dfd4b5e
commit
db879642bc
@ -7,7 +7,7 @@ pub mod test_suite;
|
|||||||
pub mod tests;
|
pub mod tests;
|
||||||
|
|
||||||
pub trait WeakFunctor {
|
pub trait WeakFunctor {
|
||||||
type F<'a, A: 'a> : 'a;
|
type F<'a, A: 'a>: 'a;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Rust-specific implementation of [Functor], respecting `move` semantics.
|
/// Rust-specific implementation of [Functor], respecting `move` semantics.
|
||||||
|
Loading…
Reference in New Issue
Block a user