Skip to content

Commit 373c1d6

Browse files
committed
feat: add rust-toolchain
1 parent 57cd555 commit 373c1d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: rust-toolchain

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stable

Diff for: rustfmt.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
max_width = 120
22
use_small_heuristics = "Max"
33
use_field_init_shorthand = true
4+
reorder_imports = true
5+
edition = "2021"

0 commit comments

Comments
 (0)