Format exhaustive match using rustfmt

This commit is contained in:
David Tolnay 2024-01-03 18:05:21 -08:00
parent a9de781ddb
commit ba8a16a3e7
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -62,7 +62,6 @@ fn remove_doc_attributes(attrs: &mut Vec<Attribute>) {
fn attrs_mut(e: &mut Expr) -> Option<&mut Vec<Attribute>> {
match e {
#![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
Expr::Array(ExprArray { attrs, .. })
| Expr::Assign(ExprAssign { attrs, .. })
| Expr::Async(ExprAsync { attrs, .. })