mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
e8ef83e4c0
Clean up `OnUnimplementedFormatString::verify` Lift the always-allowed symbols to a static array and replace a `match iter().find(...)` with `iter().any(...)`