1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Cargo.toml: allow large_stack_arrays lint

due to https://github.com/rust-lang/rust-clippy/issues/13774
This commit is contained in:
Daniel Hofstetter 2025-01-10 08:34:24 +01:00
parent e75abb2dbd
commit 9fe4c9facf

View file

@ -564,6 +564,8 @@ multiple_crate_versions = "allow"
cargo_common_metadata = "allow"
uninlined_format_args = "allow"
missing_panics_doc = "allow"
# TODO remove when https://github.com/rust-lang/rust-clippy/issues/13774 is fixed
large_stack_arrays = "allow"
use_self = "warn"
needless_pass_by_value = "warn"