mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
5ee13ae513
Split `boxed.rs` into a few modules I wanted to add an impl for `Box<_>`, but was quickly discouraged by the 3K file. This splits off a couple bits, making it at least a bit more manageable. r? ````@workingjubilee```` (I think you are not bothered by refactorings like this?)