Skip to content

Commit 4739d2d

Browse files
committed
Remove nightly features from rustfmt.toml
1 parent d0e02ef commit 4739d2d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.changeset/bright-trains-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Remove nightly features from rustfmt.toml

template/base/rustfmt.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
max_width = 100
2-
imports_indent = "Block"
3-
imports_layout = "Mixed"
4-
imports_granularity = "Crate"
5-
group_imports = "Preserve"
62
reorder_imports = true
73
reorder_modules = true
8-
reorder_impl_items = false
4+
5+
# == Nightly only. ==
6+
# imports_indent = "Block"
7+
# imports_layout = "Mixed"
8+
# imports_granularity = "Crate"
9+
# group_imports = "Preserve"
10+
# reorder_impl_items = false

0 commit comments

Comments
 (0)