The original description suggests that the original `Rc<T>` itself is downgraded, which doesn't seem to be what the code does. At the same time, `Rc` is one of those types that can do weird things with only a shared reference, so I thought it would be good to be clear. |
||
|---|---|---|
| .. | ||
| arc.rs | ||
| boxed.rs | ||
| boxed_test.rs | ||
| Cargo.toml | ||
| heap.rs | ||
| lib.rs | ||
| oom.rs | ||
| raw_vec.rs | ||
| rc.rs | ||