Skip to content

Commit 7be73b6

Browse files
committed
Fix unresolved questions bulletpoints
1 parent 11379cf commit 7be73b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-variadic-generics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ unified `Tuple`.
201201
# Unresolved questions
202202
[unresolved]: #unresolved-questions
203203

204-
-It might be useful in the future to expand on the locations where `...Type`
204+
- It might be useful in the future to expand on the locations where `...Type`
205205
can be used. Potential extensions to this RFC could allow `...Type` in
206206
non-tuple generics or in function argument types, like
207207
`fn foo<Args>(args: ...Args)`.
208208
This would allow functions and traits to use variadic generics without
209209
explicit tuples. This could enable things like the proposed `foo[i, j]` syntax
210210
using`Index<usize, usize>`.
211-
-Should the `Tuple` trait use separate `TupleRef<'a>` and `TupleMut<'b>` traits
211+
- Should the `Tuple` trait use separate `TupleRef<'a>` and `TupleMut<'b>` traits
212212
to avoid dependency on ATCs? It seems nicer to have them all together in one
213213
trait, but it might not be worth the resulting feature-stacking mess.
214214

0 commit comments

Comments
 (0)