Hacker News new | ask | show | jobs
by nestorD 2489 days ago
As someone said on the thread, there is a clippy suggestion to tell you that you could pass by copy given the size of your struct (without it I would never have passed a struct by copy).