Skip to content

Commit 213326c

Browse files
committed
outlives.rs: correct typo
1 parent c106dd4 commit 213326c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/outlives.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ fn compute_components<'a,'tcx>(infcx: &InferCtxt<'a,'tcx>,
126126
// maintained explicitly, because bound regions themselves can
127127
// be readily identified. However, because the outlives
128128
// relation did not used to be applied to fn/trait-object
129-
// arguments, we due wrap the resulting components in an
130-
// RFC1214 wrapper so we can issue warnings.
129+
// arguments, we wrap the resulting components in an RFC1214
130+
// wrapper so we can issue warnings.
131131
ty::TyBareFn(..) | ty::TyTrait(..) => {
132132
// OutlivesFunction, OutlivesObject, OutlivesFragment
133133
let subcomponents = capture_components(infcx, ty);

0 commit comments

Comments
 (0)