From e6d1db06f7a84797662baa9d0b50c521b123949f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 25 Jun 2024 09:56:25 -0700 Subject: [PATCH] Docs: Remove duplicate `strip` section. --- src/doc/src/reference/config.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 25459f9ee..c40464ee9 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -903,13 +903,6 @@ See [debug](profiles.md#debug). See [split-debuginfo](profiles.md#split-debuginfo). -#### `profile..strip` -* Type: string or boolean -* Default: See profile docs. -* Environment: `CARGO_PROFILE__STRIP` - -See [strip](profiles.md#strip). - #### `profile..debug-assertions` * Type: boolean * Default: See profile docs. @@ -960,7 +953,7 @@ See [panic](profiles.md#panic). See [rpath](profiles.md#rpath). #### `profile..strip` -* Type: string +* Type: string or boolean * Default: See profile docs. * Environment: `CARGO_PROFILE__STRIP`