You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly return the type instead of returning an impl trait (#132)
The type system fails to auto-coerce it to the right type and it's also
not necessary since we know quite well what the function will return.
Closes#131
Signed-off-by: Daniel Egger <[email protected]>
0 commit comments