Skip to content

Commit e45daa9

Browse files
Drive-by: remove unused type alias
1 parent 367ecff commit e45daa9

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_infer/src/infer

1 file changed

+0
-1
lines changed

compiler/rustc_infer/src/infer/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ pub struct InferOk<'tcx, T> {
8080
}
8181
pub type InferResult<'tcx, T> = Result<InferOk<'tcx, T>, TypeError<'tcx>>;
8282

83-
pub type Bound<T> = Option<T>;
8483
pub type UnitResult<'tcx> = RelateResult<'tcx, ()>; // "unify result"
8584
pub type FixupResult<'tcx, T> = Result<T, FixupError<'tcx>>; // "fixup result"
8685

0 commit comments

Comments
 (0)