Files
rust/clippy_lints/src
Nicholas Nethercote e92183c286 Rename some things related to literals.
- 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`.
2022-08-16 13:41:34 +10:00
..
2022-07-06 06:41:53 +01:00
2022-07-11 23:20:37 +02:00
2022-07-12 21:00:14 +04:00
2022-07-12 21:00:14 +04:00
2022-07-29 15:52:15 +10:00
2022-01-23 19:31:32 +08:00
2022-06-14 16:11:27 +02:00
2022-07-01 10:04:19 -05:00
2022-07-02 23:30:03 +01:00
2022-04-23 09:56:15 +02:00
2022-07-12 21:00:14 +04:00
2022-05-23 09:34:49 -07:00
2022-08-12 16:28:15 -04:00
2022-07-12 21:00:14 +04:00
2022-07-12 21:00:14 +04:00
2022-01-16 16:02:36 -06:00
2022-02-15 16:03:24 +11:00
2022-07-12 21:00:14 +04:00
2022-05-10 12:07:35 +02:00
2022-01-23 19:31:32 +08:00
2022-04-30 13:51:49 +02:00
2022-07-11 23:20:37 +02:00
2022-08-01 08:53:04 +10:00
2022-07-12 21:00:14 +04:00
2022-07-12 21:00:14 +04:00
2022-03-11 13:31:24 +11:00
2022-03-15 02:00:08 +01:00