mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
304441960e
Fix force-warns to allow dashes. The `--force-warns` flag was not allowing lint names with dashes, only supporting underscores. This changes it to allow dashes to match the behavior of the A/W/D/F flags.