Fix new 'unnecessary trailing semicolon' warnings
This commit is contained in:
parent
db0d0e8c43
commit
6f91c32da6
28 changed files with 39 additions and 39 deletions
|
@ -309,7 +309,7 @@ fn well_formed_types_in_env<'tcx>(
|
|||
InherentImpl,
|
||||
Fn,
|
||||
Other,
|
||||
};
|
||||
}
|
||||
|
||||
let node_kind = match node {
|
||||
Node::TraitItem(item) => match item.kind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue