mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

It's small and has a single call site. Also change the second `parse_meta` call to use a simple `match`, like the first `parse_meta` call, instead of a confusing `map_err`+`ok` combination.