stevenarella/src/server
ice_iix 20bcddfb13 Replace into_iter() -> iter() for arrays, fixes 1.42-nightly warning
warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
   --> src/entity/player.rs:363:11
    |
363 |         ].into_iter().enumerate() {
    |           ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #66145 <https://github.com/rust-lang/rust/issues/66145>
2020-01-04 19:33:05 -08:00
..
mod.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
plugin_messages.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
sun.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
target.rs Replace into_iter() -> iter() for arrays, fixes 1.42-nightly warning 2020-01-04 19:33:05 -08:00