Linter fixes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2023-06-22 15:50:37 +02:00
parent 46195d3042
commit 4c222cb753
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// Linter modifications
#![allow(unknown_lints)] // We use nightly lints, and sometimes the build server doesn't have them
#![allow(stable_features)] // We use nightly features, and there's sometimes a mismatch about which features are stable
#![allow(clippy::too_many_arguments, clippy::needless_range_loop)]
#![allow(clippy::not_unsafe_ptr_arg_deref)]
#![allow(clippy::borrowed_box)]