mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
bb0d09b220
This is a small refactor of `ConfVisitor`'s `visit_map` method. It adds comments and reduces `match` nesting by adding `continue` statements. IMHO, the code is easier to read in this form. No one asked for this, so I hope the maintainers agree it is an improvement. changelog: none