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