100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

`move` not needed?

Open rvignolo opened this issue 5 months ago • 0 comments

I believe that there is no need to use move here:

https://github.com/mainmatter/100-exercises-to-learn-rust/blob/d347d1f72ee77b96b2d51f0405292fd0590e8162/exercises/07_threads/02_static/src/lib.rs#L10-L11

What do you think?

Thank you for the tutorial!

rvignolo avatar Jun 26 '25 14:06 rvignolo