Skip to content

Commit

Permalink
Running ./x.py fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kper committed Feb 9, 2021
1 parent 95be69d commit 49fc41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_typeck/src/astconv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
&generics.params[..],
visitor.0,
true,
true
true,
);
}

Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_typeck/src/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fn reject_placeholder_type_signatures_in_item(tcx: TyCtxt<'tcx>, item: &'tcx hir
&generics.params[..],
visitor.0,
suggest,
false
false,
);
}

Expand Down

0 comments on commit 49fc41f

Please sign in to comment.