Open
Description
We were discussing #71368 in the language team meeting today, and it came up that Option::map
should probably be marked must_use. There are technically valid use cases which do not require using the result (i.e. side-effecting uses), but these are so rare that it seems unlikely that we need to worry about them for the purposes of such a lint.
(Probably other combinators on Option should also be checked).