about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-10-16 07:37:53 -0700
committerEric Huss <eric@huss.org>2019-11-07 06:43:07 -0800
commit845ec5df7af7fa9cc0d4c52ff61b38160e9dcc37 (patch)
treea8bb015ec01d95574541669a79b04e7cb4288c0d /src/doc
parentf9e4f0f4946c81efb847238012a403d079a596ee (diff)
downloadrust-845ec5df7af7fa9cc0d4c52ff61b38160e9dcc37.tar.gz
rust-845ec5df7af7fa9cc0d4c52ff61b38160e9dcc37.zip
Remove docs on --extern metadata precedence.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/command-line-arguments.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md
index 561856db54b..577d03d1038 100644
--- a/src/doc/rustc/src/command-line-arguments.md
+++ b/src/doc/rustc/src/command-line-arguments.md
@@ -276,9 +276,8 @@ either of the following formats:
   such as within the sysroot or via the `-L` flag.
 
 The same crate name may be specified multiple times for different crate types.
-For loading metadata, `rlib` takes precedence over `rmeta`, which takes
-precedence over `dylib`. If both an `rlib` and `dylib` are found, an internal
-algorithm is used to decide which to use for linking. The [`-C prefer-dynamic`
+If both an `rlib` and `dylib` are found, an internal algorithm is used to
+decide which to use for linking. The [`-C prefer-dynamic`
 flag][prefer-dynamic] may be used to influence which is used.
 
 If the same crate name is specified with and without a path, the one with the