chore: remove duplicate words
This commit is contained in:
parent
c3774be741
commit
ada9fda7c3
23 changed files with 26 additions and 26 deletions
|
@ -4114,7 +4114,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
|
|||
expr = binding_expr;
|
||||
}
|
||||
if let hir::Node::Param(param) = parent {
|
||||
// ...and it is a an fn argument.
|
||||
// ...and it is an fn argument.
|
||||
let prev_ty = self.resolve_vars_if_possible(
|
||||
typeck_results
|
||||
.node_type_opt(param.hir_id)
|
||||
|
|
|
@ -1296,7 +1296,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
|
|||
expr = binding_expr;
|
||||
}
|
||||
if let hir::Node::Param(_param) = parent {
|
||||
// ...and it is a an fn argument.
|
||||
// ...and it is an fn argument.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue