typst/vendor/kurbo/clippy.toml
2024-10-16 14:18:46 +03:00

6 lines
391 B
TOML

# The default clippy value for this is 8 bytes, which is chosen to improve performance on 32-bit.
# Given that kurbo is being designed for the future and already even mobile phones have 64-bit CPUs,
# it makes sense to optimize for 64-bit and accept the performance hits on 32-bit.
# 16 bytes is the number of bytes that fits into two 64-bit CPU registers.
trivial-copy-size-limit = 16