diff options
| author | Ralph Bodenner <rkbodenner+github@gmail.com> | 2013-06-16 23:21:49 -0700 |
|---|---|---|
| committer | Ralph Bodenner <rkbodenner+github@gmail.com> | 2013-06-16 23:26:08 -0700 |
| commit | 819d07af7f73af36a2bef102b92e5a8701122312 (patch) | |
| tree | 072bcdc960a5fe093a5030c2f1de78fd7375ad0b /src/libextra | |
| parent | 98bd68343c053ff62cbc6617d04e34c54a3cf720 (diff) | |
Update doc references to new names for std, extra, and std::libc
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/std.rc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libextra/std.rc b/src/libextra/std.rc index 93759bea35f..f5c98f9a11d 100644 --- a/src/libextra/std.rc +++ b/src/libextra/std.rc @@ -10,19 +10,19 @@ /*! -The Rust standard library. +The Rust "extras" library. -The Rust standand library provides a number of useful features that are -not required in or otherwise suitable for the core library. +The Rust extras library (`extra`) provides a number of useful features that +are not required in or otherwise suitable for the standard library (`std`). */ #[link(name = "extra", vers = "0.7-pre", uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297", - url = "https://github.com/mozilla/rust/tree/master/src/libstd")]; + url = "https://github.com/mozilla/rust/tree/master/src/libextra")]; -#[comment = "The Rust standard library"]; +#[comment = "The Rust extras library"]; #[license = "MIT/ASL2"]; #[crate_type = "lib"]; @@ -128,7 +128,7 @@ pub mod test; pub mod serialize; // A curious inner-module that's not exported that contains the binding -// 'extra' so that macro-expanded references to std::serialize and such +// 'extra' so that macro-expanded references to extra::serialize and such // can be resolved within libextra. #[doc(hidden)] pub mod std { |
