Fix duplicate 'the the' typos in comments

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
This commit is contained in:
Osama Abdelkader
2025-10-27 00:37:43 +03:00
parent 19abae728e
commit 2aa314c024
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -798,7 +798,7 @@ fn visit_potentially_region_dependent_goals(&mut self) {
} else {
let predicate = self.tcx().erase_and_anonymize_regions(predicate);
if cause.has_infer() || cause.has_placeholders() {
// We can't use the the obligation cause as it references
// We can't use the obligation cause as it references
// information local to this query.
cause = self.fcx.misc(cause.span);
}
@@ -924,7 +924,7 @@ enum RebaseReason<X: Cx> {
///
/// This either happens in the first evaluation step for the cycle head.
/// In this case the used provisional result depends on the cycle `PathKind`.
/// We store this path kind to check whether the the provisional cache entry
/// We store this path kind to check whether the provisional cache entry
/// we're rebasing relied on the same cycles.
///
/// In later iterations cycles always return `stack_entry.provisional_result`