mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
d2df07c425
`To` is better than `Create` for indicating that this is a non-consuming conversion, rather than creating something out of nothing. And the addition of `Attr` is because the current names makes them sound like they relate to `TokenStream`, but really they relate to `AttrTokenStream`.