rust/clippy_lints
Preston From 2476100c85 Add details about significant drop in match scrutinees causing deadlocks
Adds more details about how a significant drop in a match scrutinee can
cause a deadlock and include link to documentation. Emits messages
indicating temporaries with significant drops in arms of matches and
message about possible deadlocks/unexpected behavior.

changelog: Add more details to significant drop lint to explicitly show
how temporaries in match scrutinees can cause deadlocks/unexpected
behavior.
2022-06-20 23:59:15 -06:00
..
src Add details about significant drop in match scrutinees causing deadlocks 2022-06-20 23:59:15 -06:00
Cargo.toml Add lint output to lint list 2022-06-06 20:04:56 -04:00
README.md

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