warnings: toggleable warnings #148
Labels
A-warnings
Area: warnings
C-console
Crate: console.
E-medium
Effort: medium.
S-feature
Severity: feature. This is adding a new feature.
Users should be able to turn individual warnings on and off, using the command line and/or possibly an eventual config file. I discussed this briefly in #56 (comment).
Here's a rough summary of how I imagine this would work:
self_wake_percent
for the self-wake percentage lint.warnings::Warn
trait returning an&'static str
? It would unfortunately have to be a function rather than an associated const, since theWarn
trait has to be object-safe.phf
crate.--no-default-lints
or similar.The text was updated successfully, but these errors were encountered: