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
When I put a #[must_use] on a function when defining a trait, it should trigger a warning if the implementation of that trait doesn't also put #[must_use] on the function.
If the feature request is approved, would you be willing to submit a PR? (Help can be provided if you need assistance submitting a PR)
Yes
No
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature Request
When I put a
#[must_use]
on a function when defining a trait, it should trigger a warning if the implementation of that trait doesn't also put#[must_use]
on the function.If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered: