Skip to content

Commit 023ccfc

Browse files
committed
rustfmt: do not use unstable features
Sadly, `rustfmt` does not respect `RUSTC_BOOTSTRAP=1` yet, so we will have to avoid them for the moment. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 622b593 commit 023ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
edition = "2018"
2-
format_code_in_doc_comments = true
32
newline_style = "Unix"
43

54
# Unstable options that help catching some mistakes in formatting and that we may want to enable
65
# when they become stable.
76
#
87
# They are kept here since they are useful to run from time to time.
8+
#format_code_in_doc_comments = true
99
#reorder_impl_items = true
1010
#comment_width = 100
1111
#wrap_comments = true

0 commit comments

Comments
 (0)