Skip to content

Commit

Permalink
Be more precise about the default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Nov 21, 2024
1 parent 3322878 commit 720b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/wiki/canonical_lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ clippy.wildcard_dependencies = "warn"
# LINEBENDER LINT SET - .clippy.toml - v1
# See https://linebender.org/wiki/canonical-lints/

# The default Clippy value for this is 8 bytes, which was chosen to improve performance on 32-bit.
# The default Clippy value is capped at 8 bytes, which was chosen to improve performance on 32-bit.
# Given that we are building for the future and even low-end 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.
Expand Down

0 comments on commit 720b328

Please sign in to comment.