stevenarella/src
ice_iix 2af7307d8b Remove inferred 'static lifetime on const, Rust 1.17+
No longer needed since it is inferred automatically:
https://rust-lang-nursery.github.io/edition-guide/rust-2018/ownership-and-lifetimes/simpler-lifetimes-in-static-and-const.html
2018-11-04 13:37:57 -08:00
..
console Remove inferred 'static lifetime on const, Rust 1.17+ 2018-11-04 13:37:57 -08:00
ecs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
entity Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
gl Check glGetError() in rendering loop 2018-10-07 13:53:50 -07:00
model Remove inferred 'static lifetime on const, Rust 1.17+ 2018-11-04 13:37:57 -08:00
nbt Update try!() to new ? syntax for Rust 2018 edition 2018-11-04 11:48:51 -08:00
protocol Remove inferred 'static lifetime on const, Rust 1.17+ 2018-11-04 13:37:57 -08:00
render Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
screen Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
server Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
types Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
ui Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
world Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
format.rs Update try!() to new ? syntax for Rust 2018 edition 2018-11-04 11:48:51 -08:00
item.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
macros.rs Base implementation for worlds/blocks 2016-03-18 22:24:30 +00:00
main.rs Remove unnecessary #[macro_use] on console 2018-11-04 12:53:03 -08:00
resources.rs Remove inferred 'static lifetime on const, Rust 1.17+ 2018-11-04 13:37:57 -08:00
settings.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00