We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf06e5 + ef6d4c5 commit 2647953Copy full SHA for 2647953
tests/debuginfo/thread.rs
@@ -1,4 +1,4 @@
1
-// Testing the the display of JoinHandle and Thread in cdb.
+// Testing the display of JoinHandle and Thread in cdb.
2
3
// cdb-only
4
// min-cdb-version: 10.0.18317.1001
tests/ui/generic-associated-types/self-outlives-lint.rs
@@ -189,7 +189,7 @@ trait MultipleMethods {
189
}
190
191
// 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
+// because of the bounds on the trait, so the bound is proven
193
trait Trait: 'static {
194
type Assoc<'a>;
195
fn make_assoc(_: &u32) -> Self::Assoc<'_>;
0 commit comments