rust/tests/ui/checked_unwrap
Samuel Tardieu f1079915b4
Do not suggest using a if let chain if it is not supported
This might be due to a low edition (< 2024) or too low a MSRV.
2025-10-01 07:41:49 +02:00
..
complex_conditionals.rs Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
complex_conditionals.stderr Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
complex_conditionals_nested.rs Merge commit 'cadf98bb7d' into clippy-subtree-update 2025-05-21 15:15:38 +02:00
complex_conditionals_nested.stderr Merge commit '0f8eabd623' into clippyup 2024-08-24 18:33:44 -04:00
if_let_chains.rs Do not suggest using a if let chain if it is not supported 2025-10-01 07:41:49 +02:00
if_let_chains.stderr Do not suggest using a if let chain if it is not supported 2025-10-01 07:41:49 +02:00
simple_conditionals.rs Fix unnecessary_unwrap false negative when unwrapping a known value inside a macro call 2025-09-16 19:20:39 -03:00
simple_conditionals.stderr Fix unnecessary_unwrap false negative when unwrapping a known value inside a macro call 2025-09-16 19:20:39 -03:00