Re-format let-else per rustfmt update
This commit is contained in:
parent
67b0cfc761
commit
cc907f80b9
162 changed files with 1404 additions and 947 deletions
|
@ -1366,7 +1366,7 @@ pub fn parse_macro_name_and_helper_attrs(
|
|||
return None;
|
||||
}
|
||||
let Some(trait_attr) = list[0].meta_item() else {
|
||||
diag.emit_err(errors::NotAMetaItem {span: list[0].span()});
|
||||
diag.emit_err(errors::NotAMetaItem { span: list[0].span() });
|
||||
return None;
|
||||
};
|
||||
let trait_ident = match trait_attr.ident() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue