stevenarella/src/entity
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
..
block_entity 1.13.2 (404) multiprotocol support (#67) 2018-12-28 21:22:58 -08:00
mod.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
player.rs Replace into_iter() -> iter() for arrays, fixes 1.42-nightly warning 2020-01-04 19:33:05 -08:00
systems.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00