We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d58797 commit 3239f81Copy full SHA for 3239f81
src/libcore/core.rc
@@ -10,12 +10,12 @@
10
#[doc(
11
brief = "The Rust core library",
12
desc = "
13
-The core library provides functionality that is closely tied to
14
-the Rust built-in types and runtime services, or that is used in nearly
15
-every non-trivial program.
+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.
16
17
-The core library is linked by default to all crates and the contents
18
-imported. The effect is as though the user had written the following:
+It is linked by default to all crates and the contents imported. The effect is
+as though the user had written the following:
19
20
~~~
21
use core;
0 commit comments