2016-01-03 22:25:29 -06:00
|
|
|
max_width = 120
|
2017-11-04 14:36:56 -05:00
|
|
|
comment_width = 100
|
2016-12-20 03:20:41 -06:00
|
|
|
match_block_trailing_comma = true
|
2016-12-21 03:25:14 -06:00
|
|
|
wrap_comments = true
|
2022-02-26 13:33:47 -06:00
|
|
|
edition = "2021"
|
2018-11-27 13:46:11 -06:00
|
|
|
error_on_line_overflow = true
|
2023-07-03 12:42:48 -05:00
|
|
|
imports_granularity = "Module"
|
2021-03-01 11:53:33 -06:00
|
|
|
version = "Two"
|
2023-06-09 08:49:35 -05:00
|
|
|
ignore = ["tests/ui/crashes/ice-10912.rs"]
|