-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
The lifetime here seem very restrictive
fp-core.rs/fp-core/src/semigroup.rs
Line 2 in 4564c42
| fn combine(self, other: Self) -> Self; |
Shouldn't that be more something like
fn combine(self, other: &Self) -> Self;
Metadata
Metadata
Assignees
Labels
No labels