mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
78ded09912
simplify `similar_tokens` from `Option<Vec<_>>` to `&[_]` All uses immediately invoke contains, so maybe a further simplification is possible.