diff options
| author | Ivan Ukhov <ivan.ukhov@gmail.com> | 2015-05-15 14:46:51 -0400 |
|---|---|---|
| committer | Ivan Ukhov <ivan.ukhov@gmail.com> | 2015-05-15 14:46:51 -0400 |
| commit | a8260fe7526a84c09ed2dc23b8e4ab2aa2633e38 (patch) | |
| tree | a0a3dcaccf457aaf61672e0cbb49642c93e530b5 /src/libstd | |
| parent | b948d81c44e20cdcbe32b27758e6259d174fc0fb (diff) | |
| download | rust-a8260fe7526a84c09ed2dc23b8e4ab2aa2633e38.tar.gz rust-a8260fe7526a84c09ed2dc23b8e4ab2aa2633e38.zip | |
std: fix a link
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 2e48cde18f3..048af8eae1d 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -60,7 +60,7 @@ //! [`FromStr`](str/trait.FromStr.html) trait. //! //! Data may be shared by placing it in a reference-counted box or the -//! [`Rc`][rc/index.html] type, and if further contained in a [`Cell` +//! [`Rc`](rc/index.html) type, and if further contained in a [`Cell` //! or `RefCell`](cell/index.html), may be mutated as well as shared. //! Likewise, in a concurrent setting it is common to pair an //! atomically-reference-counted box, [`Arc`](sync/struct.Arc.html), |
