mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 16:47:16 +00:00
Cleanup and improve `--check-cfg` implementation This PR removes some indentation in the code, as well as preventing some bugs/misusages and fix a nit in the doc. r? ```@petrochenkov``` (maybe)