New Guideline: C-MUST-USE #157
Havvy
started this conversation in
API Guidelines
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, a guideline that states that any type that should be
#[must_use]
d should actually have#[must_use]
. Likewise for functions, although#[must_use]
on functions is currently unstable with a tracking issue (rust-lang/rust#43302). Though what we do in the Reference is just hold the PR in limbo until the feature gets stabilized.Beta Was this translation helpful? Give feedback.
All reactions