Skip to content

Commit 80bc392

Browse files
committed
fix(docs): add required "inherits" option to example profile
1 parent 88f1429 commit 80bc392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ known-hosts = ["..."] # known SSH host keys
121121
# Same keys as for [patch] in Cargo.toml
122122

123123
[profile.<name>] # Modify profile settings via config.
124+
inherits = "dev" # Inherits settings from [profile.dev].
124125
opt-level = 0 # Optimization level.
125126
debug = true # Include debug info.
126127
split-debuginfo = '...' # Debug info splitting behavior.

0 commit comments

Comments
 (0)