Skip to content

Commit 0b8dbee

Browse files
style(Echo): Simplify rustdocflags configuration formatting
Reformat the rustdocflags array in .cargo/config.toml from multi-line to single-line syntax. This aligns with standard Rust TOML formatting conventions for simple string arrays. The .github/Update.md file was staged but contains no meaningful changes.
1 parent 891588f commit 0b8dbee

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[build]
22
target-dir = "Target"
3-
rustdocflags = [
4-
"-Zunstable-options",
5-
"--enable-index-page",
6-
]
3+
rustdocflags = ["-Zunstable-options", "--enable-index-page"]
74

85
[net]
96
git-fetch-with-cli = true

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Mon Apr 6 01:24:03 UTC 2026
1+
Update: Mon Apr 6 01:24:03 UTC 2026

0 commit comments

Comments
 (0)