mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
e92183c286
- Rename `ast::Lit::token` as `ast::Lit::token_lit`, because its type is `token::Lit`, which is not a token. (This has been confusing me for a long time.) reasonable because we have an `ast::token::Lit` inside an `ast::Lit`. - Rename `LitKind::{from,to}_lit_token` as `LitKind::{from,to}_token_lit`, to match the above change and `token::Lit`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |