rust/clippy_lints
Nicholas Nethercote 5c200c2255 Simplify RefTokenTreeCursor::look_ahead.
It's only ever used with a lookahead of 0, so this commit removes the
lookahead and renames it `peek`.
2024-12-18 10:31:39 +11:00
..
src Simplify RefTokenTreeCursor::look_ahead. 2024-12-18 10:31:39 +11:00
Cargo.toml Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.