We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
replace_consts
The replace_consts lint is enabled in clippy-pedantic by default.
clippy-pedantic
The docs hints that using consts is bad because const fn exists.
const fn
This does not make any sense to me: why should const fn be preferred over consts? Are associated consts also bad?
const