Could also do this:
#[expect(lint, reason = "TODO: #issue")]
Edit: to clarify, #issue is an issue number that points to a related issue or task. Could also just explain it inline, but if you have a task tracker, better to make a task instead.
Could also do this:
#[expect(lint, reason = "TODO: #issue")]
Edit: to clarify, #issue is an issue number that points to a related issue or task. Could also just explain it inline, but if you have a task tracker, better to make a task instead.