From 24b425567ccab35b3fd41762f574c83e16295a26 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 23 Jan 2012 16:49:29 -0800 Subject: [PATCH] wip --- src/libcore/core.rc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 4d3384e71490..cd61222f69f9 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -13,13 +13,15 @@ "The core library provides functionality that is closely tied to \ the Rust built-in types and runtime services, or that is used in nearly \ every non-trivial program.\ - \ + \n\n\ The core library is linked by default to all crates and the contents \ imported. The effect is as though the user had written the following: \ - \ - > use core; \ - > import core::*; \ - \ + \n\n\ + ~~~\n\ + use core; \n\ + import core::*;\n\ + ~~~\n\ + \n\ This behavior can be disabled with the `--no-core` compiler flag." )];