Skip to content

Commit 5215782

Browse files
authored
Rollup merge of rust-lang#110804 - cuishuang:master, r=jyn514
Remove repeated definite articles
2 parents c2a79fb + ef6d4c5 commit 5215782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/debuginfo/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Testing the the display of JoinHandle and Thread in cdb.
1+
// Testing the display of JoinHandle and Thread in cdb.
22

33
// cdb-only
44
// min-cdb-version: 10.0.18317.1001

tests/ui/generic-associated-types/self-outlives-lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ trait MultipleMethods {
189189
}
190190

191191
// We would normally require `Self: 'a`, but we can prove that `Self: 'static`
192-
// because of the the bounds on the trait, so the bound is proven
192+
// because of the bounds on the trait, so the bound is proven
193193
trait Trait: 'static {
194194
type Assoc<'a>;
195195
fn make_assoc(_: &u32) -> Self::Assoc<'_>;

0 commit comments

Comments
 (0)