rust/tests/ui/branches_sharing_code
Ada Alakbarova e9ede27a5d
test: remove extraneous #[allow(clippy::uninlined_format_args)]
These were probably added automatically to avoid code churn. I'd like to
get rid of them bit by bit, so here's the first bit
2025-09-30 18:08:37 +02:00
..
false_positives.rs Update UI tests 2025-02-15 13:38:16 +01:00
shared_at_bottom.rs fix: branches_sharing_code suggests misleadingly when in assignment 2025-06-18 21:06:04 +08:00
shared_at_bottom.stderr fix: branches_sharing_code suggests misleadingly when in assignment 2025-06-18 21:06:04 +08:00
shared_at_top.rs fix: branches_sharing_code suggests wrongly when dealing with macros 2025-05-28 21:04:22 +08:00
shared_at_top.stderr fix: branches_sharing_code suggests wrongly when dealing with macros 2025-05-28 21:04:22 +08:00
shared_at_top_and_bottom.rs test: remove extraneous #[allow(clippy::uninlined_format_args)] 2025-09-30 18:08:37 +02:00
shared_at_top_and_bottom.stderr test: remove extraneous #[allow(clippy::uninlined_format_args)] 2025-09-30 18:08:37 +02:00
valid_if_blocks.rs Fix new tests updates 2025-02-15 13:38:42 +01:00
valid_if_blocks.stderr Fix new tests updates 2025-02-15 13:38:42 +01:00