Skip to content

Commit a879a1c

Browse files
committed
Auto merge of #14146 - ehuss:remove-dupe-strip, r=Muscraft
Docs: Remove duplicate `strip` section. The `profile.<name>.strip` section was listed twice in the config docs. This removes that unnecessary duplicate.
2 parents c3accbb + e6d1db0 commit a879a1c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/doc/src/reference/config.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -903,13 +903,6 @@ See [debug](profiles.md#debug).
903903

904904
See [split-debuginfo](profiles.md#split-debuginfo).
905905

906-
#### `profile.<name>.strip`
907-
* Type: string or boolean
908-
* Default: See profile docs.
909-
* Environment: `CARGO_PROFILE_<name>_STRIP`
910-
911-
See [strip](profiles.md#strip).
912-
913906
#### `profile.<name>.debug-assertions`
914907
* Type: boolean
915908
* Default: See profile docs.
@@ -960,7 +953,7 @@ See [panic](profiles.md#panic).
960953
See [rpath](profiles.md#rpath).
961954

962955
#### `profile.<name>.strip`
963-
* Type: string
956+
* Type: string or boolean
964957
* Default: See profile docs.
965958
* Environment: `CARGO_PROFILE_<name>_STRIP`
966959

0 commit comments

Comments
 (0)