mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
9aa6be71a5
We generally avoid "syntax only" helper wrappers, which don't do much: they make code easier to write, but harder to read. They also make investigations harder, as "find_usages" needs to be invoked both for the wrapped and unwrapped APIs