1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Update lib.rs

This commit is contained in:
jugeeya 2023-07-13 09:18:25 -07:00 committed by GitHub
parent aeccddf182
commit da889ce99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
clippy::missing_safety_doc,
clippy::wrong_self_convention,
clippy::option_map_unit_fn,
clippy::fn_null_check,
incorrect_fn_null_checks,
clippy::transmute_num_to_bytes
)]