From bf6985ba93d8faa4fcf4bfb41cdf380b041f3440 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 20 Apr 2021 17:36:28 -0700 Subject: [PATCH] Fix typo in profile docs --- src/doc/src/reference/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/profiles.md b/src/doc/src/reference/profiles.md index 7cddb8d536b..5aa6ed20394 100644 --- a/src/doc/src/reference/profiles.md +++ b/src/doc/src/reference/profiles.md @@ -169,7 +169,7 @@ The `rustc` test harness currently requires `unwind` behavior. See the [`panic-abort-tests`] unstable flag which enables `abort` behavior. Additionally, when using the `abort` strategy and building a test, all of the -dependencies will also be forced to built with the `unwind` strategy. +dependencies will also be forced to build with the `unwind` strategy. [`-C panic` flag]: ../../rustc/codegen-options/index.html#panic [`panic-abort-tests`]: unstable.md#panic-abort-tests