Rollup merge of #110804 - cuishuang:master, r=jyn514

Remove repeated definite articles
This commit is contained in:
Matthias Krüger 2023-04-27 15:10:53 +02:00 committed by GitHub
commit 5215782421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Testing the the display of JoinHandle and Thread in cdb.
// Testing the display of JoinHandle and Thread in cdb.
// cdb-only
// min-cdb-version: 10.0.18317.1001

View File

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