Skip to content

Commit

Permalink
fix(docs): add required "inherits" option to example profile
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Jan 16, 2023
1 parent 88f1429 commit 80bc392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ known-hosts = ["..."] # known SSH host keys
# Same keys as for [patch] in Cargo.toml

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

0 comments on commit 80bc392

Please sign in to comment.