Closed Nashtare closed 11 months ago
Reviewing #1406 made me realize a bunch of functions can be made const, so I just applied clippy with -D clippy::missing_const_for_fn. Not a big deal but could be useful to some extent.
const
clippy
-D clippy::missing_const_for_fn
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
Reviewing #1406 made me realize a bunch of functions can be made
const
, so I just appliedclippy
with-D clippy::missing_const_for_fn
. Not a big deal but could be useful to some extent.