mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44: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:
parent
7eec409086
commit
24ffba4e09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue