We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8620e1 commit 945a440Copy full SHA for 945a440
clippy_utils/src/ty.rs
@@ -1101,7 +1101,7 @@ pub fn make_projection<'tcx>(
1101
///
1102
/// This function is for associated types which are "known" to be valid with the given
1103
/// 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
+/// to prevent ICE's. With debug assertions enabled this will check that type normalization
1105
/// succeeds as well as everything checked by `make_projection`.
1106
pub fn make_normalized_projection<'tcx>(
1107
tcx: TyCtxt<'tcx>,
0 commit comments