Files
Notes/notes-service/vendor/rust_decimal/.cargo/config.toml
T
2026-08-01 16:11:49 +03:00

12 lines
408 B
TOML

[target.'cfg(all())']
rustflags = [
# BEGIN - Embark standard lints v0.4
# do not change or add/remove here, but one can add exceptions after this section
# for more info see: <https://github.com/EmbarkStudios/rust-ecosystem/issues/59>
"-Aclippy::inconsistent_digit_grouping",
"-Aclippy::large_digit_groups",
"-Aclippy::excessive_precision",
"-Aclippy::zero_prefixed_literal",
]