diff options
| author | bors <bors@rust-lang.org> | 2014-05-23 13:21:25 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-23 13:21:25 -0700 |
| commit | 53db981148eb359f63ecfe4cf9815b5ed0da8f3f (patch) | |
| tree | 6dff1abf8bd0fac9b97426a84775cf7af5996b52 /src/libcore/lib.rs | |
| parent | c329a1fcdc6a4a2931409540c8173a112fe63395 (diff) | |
| parent | 807dffde1801e0107274daff45cbb13e5f22bc59 (diff) | |
| download | rust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.tar.gz rust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.zip | |
auto merge of #14359 : brson/rust/minordoc, r=alexcrichton
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 6de7e8bcaca..0ddd3d8fd56 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! The Rust Core Library +//! # The Rust Core Library //! //! The Rust Core Library is the dependency-free foundation of [The //! Rust Standard Library](../std/index.html). It is the portable glue |
