rfcs
rfcs copied to clipboard
https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints uses `-`
https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints says
Use snake case in the same way you would for function names.
but then uses lint-name in some examples.
The basic rule is: the lint name should make sense when read as “allow lint-name” or “allow lint-name items”.