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