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