num-bigint icon indicating copy to clipboard operation
num-bigint copied to clipboard

Removed unnecessary lifetime annotations

Open OliveIsAWord opened this issue 2 years ago • 1 comments

Out of 110 lifetime generics in 20 files, only 23 in 4 files were necessary for compilation. This should make code more readable and not affect behavior in any way.

Hopefully this works. I tested it locally on both 1.31 and the latest version 1.59.

OliveIsAWord avatar Mar 10 '22 11:03 OliveIsAWord

Right, silly oversight on my part. It should work now I believe.

OliveIsAWord avatar Mar 22 '22 02:03 OliveIsAWord

Hi again -- I don't know why I didn't merge this before, but let's try now...

bors r+

cuviper avatar Feb 11 '23 01:02 cuviper