Skip to content

Commit

Permalink
Capitalize some default entries for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Oct 1, 2023
1 parent 78f697f commit f506b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,21 +933,21 @@ See [opt-level](profiles.md#opt-level).

#### `profile.<name>.panic`
* Type: string
* default: See profile docs.
* Default: See profile docs.
* Environment: `CARGO_PROFILE_<name>_PANIC`

See [panic](profiles.md#panic).

#### `profile.<name>.rpath`
* Type: boolean
* default: See profile docs.
* Default: See profile docs.
* Environment: `CARGO_PROFILE_<name>_RPATH`

See [rpath](profiles.md#rpath).

#### `profile.<name>.strip`
* Type: string
* default: See profile docs.
* Default: See profile docs.
* Environment: `CARGO_PROFILE_<name>_STRIP`

See [strip](profiles.md#strip).
Expand Down

0 comments on commit f506b5a

Please sign in to comment.