File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7d58797453ceda94d60367a221ee3d224ec78b81
2
+ refs/heads/master: 3239f8189888e09a4a54aec4834a2a215176a022
Original file line number Diff line number Diff line change 10
10
#[doc(
11
11
brief = "The Rust core library",
12
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.
13
+ The core library provides functionality that is closely tied to the Rust
14
+ built-in types and runtime services, or that is used in nearly every
15
+ non-trivial program.
16
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:
17
+ It is linked by default to all crates and the contents imported. The effect is
18
+ as though the user had written the following:
19
19
20
20
~~~
21
21
use core;
You can’t perform that action at this time.
0 commit comments