diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-11-25 17:00:28 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-11-26 17:08:36 -0500 |
| commit | 6f91c32da68aac9956c894608bd0a85f554d98c6 (patch) | |
| tree | d3ea4878fc6c222d1447df9c07e0b859e7f849df /compiler/rustc_ty_utils/src | |
| parent | db0d0e8c435f96bd36184c76e8bc01ecbcbc4ea3 (diff) | |
| download | rust-6f91c32da68aac9956c894608bd0a85f554d98c6.tar.gz rust-6f91c32da68aac9956c894608bd0a85f554d98c6.zip | |
Fix new 'unnecessary trailing semicolon' warnings
Diffstat (limited to 'compiler/rustc_ty_utils/src')
| -rw-r--r-- | compiler/rustc_ty_utils/src/ty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/src/ty.rs b/compiler/rustc_ty_utils/src/ty.rs index 720ad42da2a..aa1de6d51cb 100644 --- a/compiler/rustc_ty_utils/src/ty.rs +++ b/compiler/rustc_ty_utils/src/ty.rs @@ -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 { |
