Commit 9d79e59
committed
Align
We had said here that the `no_std` attribute is used to "prevent the
automatic linking of the std crate", but then further down we say,
"using `no_std` does not prevent the standard library from being
linked in".
The important distinction here is the word "automatically", but that
gets a bit lost due to reusing the "prevent" phrasing.
Probably "prevent" is just too strong a word to use when what we're
really saying is that we're causing something to not happen
automatically. Let's make that more clear and increase sentence
parallelism.no_std intro language better and reword1 parent 97ea130 commit 9d79e59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments