forked from libre-chip/fayalite
clean up some clippy warnings
This commit is contained in:
parent
f12322aa2a
commit
ed1aea41f3
12 changed files with 45 additions and 29 deletions
|
@ -58,8 +58,7 @@ impl ParsedBundle {
|
|||
}
|
||||
*mutability = FieldMutability::None;
|
||||
colon_token.get_or_insert(Token));
|
||||
let options = errors.unwrap_or_default(HdlAttr::parse_and_take_attr(attrs));
|
||||
options
|
||||
errors.unwrap_or_default(HdlAttr::parse_and_take_attr(attrs))
|
||||
}
|
||||
fn parse(item: ItemStruct) -> syn::Result<Self> {
|
||||
let ItemStruct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue