PistonDevelopers / hematite_server

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

Rename read_exact to read_exactly #96

Closed fenhl closed 9 years ago

fenhl commented 9 years ago

Since std now has its own (unstable) read_exact, we need to rename our version to make it compile. The std read_exact can be used once it gets stabilized.