You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first: thank you for the great guide you put together: this gentle intro is very well done and I wish it could be part of the official documentation.
Next, while trying some code from chapter 2, generic functions, I noticed that the generic multiplication does not need the Copy trait (I am using rust 1.37.0). Maybe you could add a short explanation of why that is not needed anymore (if that is the case).
Thanks a lot for all your great work, that I hope you have time to continue :)
The text was updated successfully, but these errors were encountered:
Hello,
first: thank you for the great guide you put together: this gentle intro is very well done and I wish it could be part of the official documentation.
Next, while trying some code from chapter 2, generic functions, I noticed that the generic multiplication does not need the
Copy
trait (I am using rust 1.37.0). Maybe you could add a short explanation of why that is not needed anymore (if that is the case).Thanks a lot for all your great work, that I hope you have time to continue :)
The text was updated successfully, but these errors were encountered: