Skip to content

Commit

Permalink
rustfmt: do not use unstable features
Browse files Browse the repository at this point in the history
Sadly, `rustfmt` does not respect `RUSTC_BOOTSTRAP=1` yet,
so we will have to avoid them for the moment.

Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Jul 2, 2021
1 parent 622b593 commit 023ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
edition = "2018"
format_code_in_doc_comments = true
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
Expand Down

0 comments on commit 023ccfc

Please sign in to comment.