rust/clippy_lints
Nicholas Nethercote 6481d37bb9 Add StrStyle to ast::LitKind::ByteStr.
This is required to distinguish between cooked and raw byte string
literals in an `ast::LitKind`, without referring to an adjacent
`token::Lit`. It's a prerequisite for the next commit.
2022-12-02 10:38:58 +11:00
..
src Add StrStyle to ast::LitKind::ByteStr. 2022-12-02 10:38:58 +11:00
Cargo.toml Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup 2022-11-21 20:51:52 +01:00
README.md

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