Remove all i suffixes
This commit is contained in:
parent
52c74e63da
commit
7f64fe4e27
474 changed files with 1999 additions and 1999 deletions
|
|
@ -493,7 +493,7 @@ pub struct BoxPointers;
|
|||
impl BoxPointers {
|
||||
fn check_heap_type<'a, 'tcx>(&self, cx: &Context<'a, 'tcx>,
|
||||
span: Span, ty: Ty<'tcx>) {
|
||||
let mut n_uniq = 0i;
|
||||
let mut n_uniq = 0u;
|
||||
ty::fold_ty(cx.tcx, ty, |t| {
|
||||
match t.sty {
|
||||
ty::ty_uniq(_) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue