a really good example of where `#[must_use]` is ve...
# daft-dev
a
a really good example of where
#[must_use]
is very useful @jay @Sammy Sidhu (
wrapping_add
does not mutate... it returns a new value)
without
#[must_use]
this could take a decent amount of time to track down