rust/clippy_lints
Aaron Christiansen 4c43aa7053 Fix suggestion for async in redundant_closure_call
Fix redundant_closure_call for single-expression async closures

Add Sugg::asyncify

Use Sugg for redundant_closure_call implementation
2022-07-15 15:49:04 +01:00
..
src Fix suggestion for async in redundant_closure_call 2022-07-15 15:49:04 +01:00
Cargo.toml Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
README.md

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