mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
2c4e0a9169
apply clippy::or_fun_call Applies https://rust-lang.github.io/rust-clippy/master/index.html?groups=nursery#or_fun_call to reduce needless allocs.
For more information about how rustc works, see the rustc dev guide.