rust/clippy_lints
not-elm 5a63cd82cb FIX(12243): redundant_guard
A warning is now suppressed when "<str_va> if <str_var>.is_empty" is used in a constant function.

FIX: instead of clippy_util::in_const

FIX: Merged `redundant_guards_const_fn.rs` into `redundant_guards.rs`.
2024-02-25 15:38:18 +09:00
..
2024-02-25 15:38:18 +09:00

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