mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
remove unused variable
This commit is contained in:
@@ -196,7 +196,7 @@ fn coerce_borrowed_pointer(&self,
|
||||
let inner_ty = match *sty_a {
|
||||
ty::ty_box(mt_a) => mt_a.ty,
|
||||
ty::ty_uniq(mt_a) => mt_a.ty,
|
||||
ty::ty_rptr(r_a, mt_a) => mt_a.ty,
|
||||
ty::ty_rptr(_, mt_a) => mt_a.ty,
|
||||
_ => {
|
||||
return self.subtype(a, b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user