Skip to content

Commit

Permalink
Disabled unsupported format options in rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug-rdx committed Dec 5, 2023
1 parent 4429708 commit 025bade
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
unstable_features = true
wrap_comments = true
comment_width = 80
max_width = 80
imports_granularity = "Module"

# Disabled not supported options in stable toolchain
# unstable_features = true
# wrap_comments = true
# comment_width = 80
# imports_granularity = "Module"

0 comments on commit 025bade

Please sign in to comment.