mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
91931ec2fc
Change `is_some_and` to take by value Consistent with other function-accepting `Option` methods. Tracking issue: #93050 r? `@m-ou-se`