style: include NAB_NEEDLESS_BOX_TO_UNBOX (#5488)

This commit is contained in:
Piotr Idzik
2024-10-01 11:56:36 +02:00
committed by GitHub
parent 7a5a9e3bda
commit 7f60d57504
2 changed files with 1 additions and 4 deletions

View File

@@ -165,9 +165,6 @@
<Match>
<Bug pattern="DSOC_DUBIOUS_SET_OF_COLLECTIONS" />
</Match>
<Match>
<Bug pattern="NAB_NEEDLESS_BOX_TO_UNBOX" />
</Match>
<Match>
<Bug pattern="FPL_FLOATING_POINT_LOOPS" />
</Match>