Skip to content

Commit bc33f3a

Browse files
authored
Rollup merge of #139575 - timesince:master, r=wesleywiser
Remove redundant words Remove redundant words
2 parents 32508ba + f34fa18 commit bc33f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/opaque-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For opaque types in the defining scope and in the implicit-negative coherence mo
3333
always done in two steps. Outside of the defining scope `normalizes-to` for opaques always
3434
returns `Err(NoSolution)`.
3535

36-
We start by trying to to assign the expected type as a hidden type.
36+
We start by trying to assign the expected type as a hidden type.
3737

3838
In the implicit-negative coherence mode, this currently always results in ambiguity without
3939
interacting with the opaque types storage. We could instead add allow 'defining' all opaque types,

0 commit comments

Comments
 (0)