Skip to content

Commit

Permalink
Rollup merge of rust-lang#110804 - cuishuang:master, r=jyn514
Browse files Browse the repository at this point in the history
Remove repeated definite articles
  • Loading branch information
matthiaskrgr authored Apr 26, 2023
2 parents e9856df + ef6d4c5 commit b9d023f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/debuginfo/thread.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/generic-associated-types/self-outlives-lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<'_>;
Expand Down

0 comments on commit b9d023f

Please sign in to comment.