mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
dd5f17abb5
Remove unnecessary use core::hash in liballoc/boxed.rs It' only used for hash::Hasher, but Hasher is also imported.