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:
parent
e75abb2dbd
commit
9fe4c9facf
1 changed files with 2 additions and 0 deletions
|
@ -564,6 +564,8 @@ multiple_crate_versions = "allow"
|
||||||
cargo_common_metadata = "allow"
|
cargo_common_metadata = "allow"
|
||||||
uninlined_format_args = "allow"
|
uninlined_format_args = "allow"
|
||||||
missing_panics_doc = "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"
|
use_self = "warn"
|
||||||
needless_pass_by_value = "warn"
|
needless_pass_by_value = "warn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue