We‘re rolling out YOUR_LINT_HERE across the tree and adding #[allow(YOUR_LINT_HERE)] attributes on all current code that triggers the lint (see here for more info). The following lints have been temporarily allowed in your code, and we’d like you to take a look at them:
INSERT_DETAILS_HERE
To reproduce a lint locally, remove the #[allow] attribute (will either be on the statement that causes the lint or the function containing it) and run fx clippy -f $FILE. If you need help or have questions about the lints, feel free to ask in the discord channel.
Note: the issue can only be reproduced locally after the lint has been rolled out. This bug will be automatically assigned to an OWNER once the lint is rolled out. Please do not take action until the bug is assigned.