Skip to content

Commit 0417cb5

Browse files
committed
fix(docs): add required "inherits" option to example profile
1 parent 74c7aab commit 0417cb5

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
@@ -118,6 +118,7 @@ offline = true # do not access the network
118118
# Same keys as for [patch] in Cargo.toml
119119

120120
[profile.<name>] # Modify profile settings via config.
121+
inherits = "dev" # If an option is missing, use dev's value.
121122
opt-level = 0 # Optimization level.
122123
debug = true # Include debug info.
123124
split-debuginfo = '...' # Debug info splitting behavior.

0 commit comments

Comments
 (0)