Skip to content

Commit 1e9df55

Browse files
committed
Restore line break after rule ID and unwrap
We put line breaks after our rule identifiers. For new text, or text that would have to be rewrapped, we unwrap the lines. Let's do that here.
1 parent afed4f6 commit 1e9df55

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/names/preludes.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,8 @@ alloc/test limitation.
7979
r[names.preludes.extern.no_std]
8080
### The `no_std` attribute
8181
82-
r[names.preludes.extern.no_std.intro] By default, the standard library is
83-
automatically included in the crate root module. The [`std`] crate is added to
84-
the root. Both [`core`] and [`std`] are added to the [extern prelude]. Standard
85-
library macros are imported via [use declarations] and are *not* part of the
86-
[`macro_use` prelude].
82+
r[names.preludes.extern.no_std.intro]
83+
By default, the standard library is automatically included in the crate root module. The [`std`] crate is added to the root. Both [`core`] and [`std`] are added to the [extern prelude]. Standard library macros are imported via [use declarations] and are *not* part of the [`macro_use` prelude].
8784
8885
r[names.preludes.extern.no_std.allowed-positions]
8986
The *`no_std` [attribute]* may be applied at the crate level to prevent the

0 commit comments

Comments
 (0)