File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
5050Library, 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
You can’t perform that action at this time.
0 commit comments