must-use · Lint · warning`@must_use` value discarded
A function or type annotated `@must_use` returned a value that the caller discarded. Bind it (`let _ = ...`) or consume it.
A full explainer for this code hasn't been written yet. The summary above is the current authoritative description.
Want to contribute? Add docs/errors/<code>.md in the repo and the page will pick it up automatically.