diff options
| author | bors <bors@rust-lang.org> | 2015-09-07 06:13:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-07 06:13:50 +0000 |
| commit | a41d4359c5c34c3b11f3b5c03c7e35698729b951 (patch) | |
| tree | b8b0873a09c588d9208439029868bbfbbd53dce7 | |
| parent | 6f142404d6f9e0b2ea87c4f58806bf763eb42d83 (diff) | |
| parent | b4afa8e2e5677ee18ecb138a53697a0275d6ebd0 (diff) | |
| download | rust-a41d4359c5c34c3b11f3b5c03c7e35698729b951.tar.gz rust-a41d4359c5c34c3b11f3b5c03c7e35698729b951.zip | |
Auto merge of #28275 - hunan-rostomyan:patch-1, r=steveklabnik
| -rw-r--r-- | src/doc/trpl/advanced-linking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/advanced-linking.md b/src/doc/trpl/advanced-linking.md index 8b8bbc20fcb..c27f309cf0a 100644 --- a/src/doc/trpl/advanced-linking.md +++ b/src/doc/trpl/advanced-linking.md @@ -34,8 +34,8 @@ formal `#[link(...)]` attribute on `extern` blocks instead. # Static linking -Static linking refers to the process of creating output that contain all -required libraries and so don't need libraries installed on every system where +Static linking refers to the process of creating output that contains all +required libraries and so doesn't need libraries installed on every system where you want to use your compiled project. Pure-Rust dependencies are statically linked by default so you can use created binaries and libraries without installing Rust everywhere. By contrast, native libraries |
