Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove misleading doc-comment (#1836)
No such guarantee exists for conversion between `Box<T>` and `Arc<T>` and the current [^1] implementation *always* creates a new allocation. I'm not aware of other container types for which the comment is correct. [^1]: https://doc.rust-lang.org/1.81.0/src/alloc/sync.rs.html#1950-1970
- Loading branch information