Join Slack
Powered by
a really good example of where `#[must_use]` is ve...
# daft-dev
a
Andrew Gazelka
10/02/2024, 7:19 PM
a really good example of where
#[must_use]
is very useful
@jay
@Sammy Sidhu
(
wrapping_add
does not mutate... it returns a new value)
Andrew Gazelka
10/02/2024, 7:19 PM
without
#[must_use]
this could take a decent amount of time to track down
2
Views
Open in Slack
Previous
Next