PistonDevelopers / hematite_server

A Minecraft server clone
http://hematite.piston.rs/
MIT License
141 stars 16 forks source link

Update to latest Rust #74

Closed fenhl closed 9 years ago

fenhl commented 9 years ago

This removes the Copy impl from Chunk, which appears to be unused anyway. It can be manually implemented if required, or we can wait until large arrays are Copy and reintroduce the derived impl then.