From 35abf86a1b6ac40d6a8478b9a7bc9da1ebf7b96f Mon Sep 17 00:00:00 2001 From: Adam Heins Date: Thu, 25 Jun 2015 19:29:23 -0400 Subject: [PATCH] Improve sentence flow. --- src/doc/trpl/link-args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/link-args.md b/src/doc/trpl/link-args.md index ee5159afb8e6f..cdaef6cd9b510 100644 --- a/src/doc/trpl/link-args.md +++ b/src/doc/trpl/link-args.md @@ -17,7 +17,7 @@ Note that this feature is currently hidden behind the `feature(link_args)` gate because this is not a sanctioned way of performing linking. Right now rustc shells out to the system linker, so it makes sense to provide extra command line arguments, but this will not always be the case. In the future rustc may use -LLVM directly to link native libraries in which case `link_args` will have no +LLVM directly to link native libraries, in which case `link_args` will have no meaning. It is highly recommended to *not* use this attribute, and rather use the more