mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-07-09 12:41:17 +00:00
Satisfy clippy for fn_null_check (#534)
* Satisfy clippy for fn_null_check * Update lib.rs * Update lib.rs * Use comparison with 0 * Update mod.rs * Update lib.rs * Update mod.rs * Update lib.rs
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
clippy::missing_safety_doc,
|
||||
clippy::wrong_self_convention,
|
||||
clippy::option_map_unit_fn,
|
||||
clippy::incorrect_fn_null_checks,
|
||||
incorrect_fn_null_checks,
|
||||
clippy::transmute_num_to_bytes
|
||||
)]
|
||||
|
||||
|
Reference in New Issue
Block a user