rust/clippy_lints
bors 90227c10f7 Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=flip1995
Add details about how significant drop in match scrutinees can cause deadlocks

Adds more details about how a significant drop in a match scrutinee can cause a deadlock and include link to documentation.

changelog: Add more details to significant drop lint to explicitly show how temporaries in match scrutinees can cause deadlocks.
2022-06-29 13:23:21 +00:00
..
src Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=flip1995 2022-06-29 13:23:21 +00:00
Cargo.toml Remove cargo_dev dependency 2022-06-21 14:04:37 -04:00
README.md

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