async-once-cell icon indicating copy to clipboard operation
async-once-cell copied to clipboard

Removed redundant type argument from Lazy

Open arduano opened this issue 1 year ago • 0 comments
trafficstars

Hi! Loving this library, but I noticed that Lazy had a redundant type argument that can be inferred from F::Output instead. I've modified it accordingly, and made sure the tests still pass (and double checked that there's no outdated documentation left after this change).

arduano avatar Dec 26 '23 06:12 arduano