Skip to content

Commit a48ca25

Browse files
author
bors-servo
authored
Auto merge of #1175 - nox:rustfmt, r=emilio
Remove unstable rustfmt-nightly features
2 parents 935a18e + 72c3012 commit a48ca25

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

rustfmt.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
max_width = 80
2-
format_strings = false
32
fn_brace_style = "SameLineWhere"
43
item_brace_style = "SameLineWhere"
54
struct_lit_multiline_style = "ForceMulti"
65
where_trailing_comma = true
7-
reorder_imports = true
8-
reorder_imported_names = true
96
normalize_comments = false
10-
write_mode = "Overwrite"

tests/rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
error_on_line_overflow_comments = false
1+
# Intentionally left blank.

0 commit comments

Comments
 (0)