We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustfmt struggles with matches! and if guards.
matches!
fn test() { let a = matches!(something.very_very_very.long.even.more.fields, Some(very_long_field_name_name_to_check) if method(very_long_field_name)); }
rustfmt 1.5.1-nightly (c0941dfb 2022-08-21)