mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
4d045406d1
Turns out we can also use Attribute::get*() methods here, and avoid the AttrBuilder and an extra helper method here.