Ignore decimal_literal_representation lint
The number 4096 is used to cap the size of collections that we preallocate. cmp::min(hint.unwrap_or(0), 4096) I find this number more understandable than 0x1000.
This commit is contained in:
parent
1bdf5ecec4
commit
a185df1e77
@ -104,6 +104,7 @@
|
||||
// simplifies some macros
|
||||
invalid_upcast_comparisons,
|
||||
// things are often more readable this way
|
||||
decimal_literal_representation,
|
||||
option_unwrap_used,
|
||||
result_unwrap_used,
|
||||
shadow_reuse,
|
||||
|
Loading…
x
Reference in New Issue
Block a user