stevenarella/src/protocol
ice_iix e435daf959 Remove deprecated Error description, replaced by Display
The Display trait is already implemented, so this is only a code
deletion. Fixes 1.42-nightly warning:

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
   --> src/protocol/mod.rs:981:40
    |
981 |             Error::IOError(ref e) => e.description(),
    |                                        ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
2020-01-04 19:35:18 -08:00
..
versions 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
forge.rs Use super:: relative instead of crate::protocol absolute import paths 2019-05-25 14:09:09 -07:00
mod.rs Remove deprecated Error description, replaced by Display 2020-01-04 19:35:18 -08:00
mojang.rs Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
packet.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
versions.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00