rust/library/alloc
Michal 'vorner' Vaner ad6d63ef01
Don't use "weak count" around Weak::from_raw_ptr
As `Rc/Arc::weak_count` returns 0 when having no strong counts, this
could be confusing and it's better to avoid using that completely.

Closes #73840.
2020-07-28 08:30:32 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Don't use "weak count" around Weak::from_raw_ptr 2020-07-28 08:30:32 +02:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00