rust/clippy_lints
Ben Schofield be55a96d80 Add config flag for reborrows in explicit_iter_loop
This commit adds a config flag for enforcing explicit into iter lint
for reborrowed values. The config flag, enforce_iter_loop_reborrow, can be
added to clippy.toml files to enable the linting behaviour. By default
the lint is not enabled.
2023-08-27 21:45:14 -06:00
..
src Add config flag for reborrows in explicit_iter_loop 2023-08-27 21:45:14 -06:00
Cargo.toml Bump Clippy version -> 0.1.74 2023-08-24 21:06:31 +02:00
README.md

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