Drive-by: remove unused type alias
This commit is contained in:
parent
367ecffe52
commit
e45daa9856
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ pub struct InferOk<'tcx, T> {
|
|||
}
|
||||
pub type InferResult<'tcx, T> = Result<InferOk<'tcx, T>, TypeError<'tcx>>;
|
||||
|
||||
pub type Bound<T> = Option<T>;
|
||||
pub type UnitResult<'tcx> = RelateResult<'tcx, ()>; // "unify result"
|
||||
pub type FixupResult<'tcx, T> = Result<T, FixupError<'tcx>>; // "fixup result"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue