2018-12-30 03:21:24 +08:00
|
|
|
max_width = 120
|
2018-06-29 00:13:07 +08:00
|
|
|
match_block_trailing_comma = true
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
ignore = [
|
|
|
|
"src/byteorder_core_io.rs",
|
|
|
|
]
|
|
|
|
unstable_features = true
|
2018-12-30 03:21:24 +08:00
|
|
|
use_small_heuristics = "Max"
|