Skip to content

Commit ffde814

Browse files
authored
Update README to indicate that the Standard Library PR and RFC are closed (#13)
1 parent 7529bc5 commit ffde814

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ particular API that you're missing feel free to open a PR or file an Issue to ge
4646

4747
## Why are these not already in the Standard Library?
4848

49-
There is a [PR to add these and more](https://github.com/rust-lang/rust/pull/95051) to the Standard
49+
There was a [PR to add these and more](https://github.com/rust-lang/rust/pull/95051) to the Standard
5050
Library, followed by an [RFC to discuss if it's a good idea or not to do so](https://github.com/rust-lang/rfcs/pull/3271).
51+
These were closed with the hopes of reopening them once [Keyword Generics](https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-generics.html)
52+
are made available and so "fallible" variants of the existing functions can be added without
53+
exploding the API surface of `Vec`.
5154

5255
## Why would I use this crate versus similar crates?
5356

0 commit comments

Comments
 (0)