Fix new 'unnecessary trailing semicolon' warnings

This commit is contained in:
Aaron Hill 2020-11-25 17:00:28 -05:00
parent db0d0e8c43
commit 6f91c32da6
No known key found for this signature in database
GPG key ID: B4087E510E98B164
28 changed files with 39 additions and 39 deletions

View file

@ -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 {