buildspace / buildspace-projects

The home of our open-source projects.
https://buildspace.so/projects
Creative Commons Attribution Share Alike 4.0 International
3.01k stars 1.09k forks source link

Remove unnecessary use #1562

Closed LStan closed 1 year ago

helloitsm3 commented 1 year ago

Why was this removed? Was it not used in the program?

LStan commented 1 year ago

ProgramResult was used as return type for methods and was changed to Result<()> in anchor 0.22.0 released on 2022-02-20. This use was added in #960 on 2022-02-22, so probably the old release of anchor was used. And in the next lessons there is no this use

helloitsm3 commented 1 year ago

Thanks for catching this