You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This WG aims to:
4
4
5
5
* Define traits and other APIs for memory allocators,
6
-
with the unstable [`std::alloc::Alloc`] trait as a starting point.
6
+
with the unstable [`std::alloc::Allocator`] trait as a starting point.
7
7
8
8
* Make collections such as `Vec<T>` able to use any allocator,
9
9
most likely through an additional type parameter.
@@ -22,7 +22,7 @@ For lower-latency discussion, we have the [`t-libs/wg-allocators`] stream on Zul
22
22
To try out different proposals, [Tim](https://github.com/TimDiekmann) has created a crate at [TimDiekmann/alloc-wg](https://github.com/TimDiekmann/alloc-wg). For more information on this consult the [readme](https://github.com/TimDiekmann/alloc-wg/blob/master/README.md).
0 commit comments