stevenarella/src
ice_iix bffb33297f Allow float_cmp since we use it to check if floating point values changed from the last value assigned, not compare two different floating point values; downgrade not_unsafe_ptr_arg_deref to warning 2020-06-30 19:01:17 -07:00
..
console Add missing default implementations (new_without_default) 2020-06-29 18:42:07 -07:00
ecs Use add(x) instead of offset(x as isize), fixes ptr_offset_with_cast 2020-06-30 18:56:08 -07:00
entity Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
gl Add missing default implementations (new_without_default) 2020-06-29 18:42:07 -07:00
model Remove redundant imports (single_component_path_imports) 2020-06-29 18:01:02 -07:00
render Disable clippy::let_and_return for now in src/render/mod.rs 2020-06-30 18:53:33 -07:00
screen Fix redundant field names in struct initialization (redundant_field_names) 2020-06-29 18:07:12 -07:00
server Use is_*() instead of if let x(_), fixes redundant_pattern_matching 2020-06-30 18:50:46 -07:00
ui Add missing default implementations (new_without_default) 2020-06-29 18:42:07 -07:00
world Fix collapsible_if in lighting update 2020-06-29 18:26:53 -07: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 Fix redundant clones 2020-06-29 18:48:07 -07:00
main.rs Allow float_cmp since we use it to check if floating point values changed from the last value assigned, not compare two different floating point values; downgrade not_unsafe_ptr_arg_deref to warning 2020-06-30 19:01:17 -07:00
resources.rs Use is_*() instead of if let x(_), fixes redundant_pattern_matching 2020-06-30 18:50:46 -07:00
settings.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00