rust/clippy_lints
infrandomness 262b35ea2c Introduce option_take_on_temporary lints
This lint checks if Option::take() is used on a temporary value (a value
that is not of type &mut Option and that is not a Place expression) to
suggest omitting take()
2022-04-14 12:41:47 +02:00
..
2022-04-07 16:24:33 +01:00

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