Rollup merge of #110804 - cuishuang:master, r=jyn514
Remove repeated definite articles
This commit is contained in:
commit
5215782421
@ -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
|
||||
|
@ -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<'_>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user