warning: function `FUNCTION` should have a snake case name --> $DIR/force-lint-group-allow-all-warnings.rs:6:8 | LL | pub fn FUNCTION() {} | ^^^^^^^^ help: convert the identifier to snake case: `function` | = note: warning forced by `force-warns` commandline option warning: 1 warning emitted