Rustup to rust-lang/rust#66942
This commit is contained in:
parent
c807fbc8ba
commit
a4c201e6b4
36 changed files with 139 additions and 131 deletions
|
@ -60,7 +60,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for NonminimalBool {
|
|||
&mut self,
|
||||
cx: &LateContext<'a, 'tcx>,
|
||||
_: intravisit::FnKind<'tcx>,
|
||||
_: &'tcx FnDecl,
|
||||
_: &'tcx FnDecl<'_>,
|
||||
body: &'tcx Body<'_>,
|
||||
_: Span,
|
||||
_: HirId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue