rust/clippy_lints
Ada Alakbarova 49c86140fb
feat: also lint types that dereference to CStr
For simplicity's sake, this also changes the lint to always suggest
`to_bytes`, as it is somewhat hard to find out whether a type could
dereference to `CString` (which is what `as_bytes` would require)
2026-01-12 20:54:59 +01:00
..
src feat: also lint types that dereference to CStr 2026-01-12 20:54:59 +01:00
Cargo.toml Merge commit '9e3e9649cb' into clippy-subtree-update 2025-12-11 19:13:34 +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.