Files
rust/library/alloc/src
Michael Goulet 9546d7140e Rollup merge of #114402 - tifv:tifv-fix-rc-doc, r=cuviper
Fix documentation of impl From<Vec<T>> for Rc<[T]>

The example in the documentation of `impl From<Vec<T>> for <Rc<[T]>` is irrelevant (likely was copied from `impl From<Box<T>> for <Rc<T>`). I suggest taking corresponding example from the documentation of `Arc` and replacing `Arc` with `Rc`.
2023-08-10 21:17:37 -07:00
..
2023-04-21 16:29:27 -07:00
2023-06-19 12:24:06 -07:00
2023-05-07 00:12:29 +03:00
2023-05-07 00:12:29 +03:00
2023-08-03 14:50:50 +02:00
2023-08-03 10:44:23 +03:00
2023-08-02 12:14:43 +02:00
2023-08-02 11:17:57 +02:00
2023-03-03 17:47:48 +00:00