I'm writing code that generates a lot of these warnings:
warning: label name 'ret shadows a label name that is already in scope.
and I would prefer that they not appear. Is there an allow() lint to suppress them? I've looked and I can't seem to find anything for this warning. Thanks!