Skip to content

Commit 945a440

Browse files
committed
spelling: that
Signed-off-by: Josh Soref <[email protected]>
1 parent a8620e1 commit 945a440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ pub fn make_projection<'tcx>(
11011101
///
11021102
/// This function is for associated types which are "known" to be valid with the given
11031103
/// substitutions, and as such, will only return `None` when debug assertions are disabled in order
1104-
/// to prevent ICE's. With debug assertions enabled this will check that that type normalization
1104+
/// to prevent ICE's. With debug assertions enabled this will check that type normalization
11051105
/// succeeds as well as everything checked by `make_projection`.
11061106
pub fn make_normalized_projection<'tcx>(
11071107
tcx: TyCtxt<'tcx>,

0 commit comments

Comments
 (0)