]> git.lizzy.rs Git - rust.git/commit
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 24 Nov 2022 04:00:09 +0000 (15:00 +1100)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 28 Nov 2022 04:18:53 +0000 (15:18 +1100)
commitc7e4abd44469d20fad3033608d7ece501609ed34
tree4efb9b7a56e05f60b46f11c4987d5cfe4902de3a
parentcdff11ce94a6d70873920a4347de41adc5763d03
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.

We already use a mix of `Literal` and `Lit`. The latter is better
because it is shorter without causing any ambiguity.
src/attr.rs
src/overflow.rs
src/utils.rs