rust/clippy_dev
Nicholas Nethercote f72b3dbba2 Use impl PartialEq<TokenKind> for Token more.
This lets us compare a `Token` with a `TokenKind`. It's used a lot, but
can be used even more, avoiding the need for some `.kind` uses.
2024-08-14 16:37:09 +10:00
..
src Use impl PartialEq<TokenKind> for Token more. 2024-08-14 16:37:09 +10:00
Cargo.toml Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-update 2024-08-08 19:13:50 +02:00