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.
1 parent 2166577 commit 4a021aaCopy full SHA for 4a021aa
text/0000-variadic-generics.md
@@ -67,7 +67,7 @@ trait Tuple {
67
```
68
69
TODO: should the above use `TupleRef<'a>` and `TupleMut<'b>` traits to avoid
70
-dependency on ACTs? It seems nicer to have them all together in one trait, but
+dependency on ATCs? It seems nicer to have them all together in one trait, but
71
it's probably not worth the resulting feature-stacking mess.
72
73
The types `AsRefs` and `AsMuts` are the corresponding tuples of references to
0 commit comments