Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 57d4db5

Browse files
committed
feat: enable unstable features in rustfmt
1 parent 934fbeb commit 57d4db5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rustfmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
unstable_features = true
12
style_edition = "2024"
23
use_small_heuristics = "Max"
34
group_imports = "StdExternalCrate"
45
imports_granularity = "Module"
56
format_code_in_doc_comments = true
67
newline_style = "Unix"
78
use_field_init_shorthand = true
9+
doc_comment_code_block_width = 80
10+
normalize_doc_attributes = true

0 commit comments

Comments
 (0)