mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 17:23:01 +02:00
Fix and expand Bare-metal Rust entry in glossary (#1325)
The entry lacked the forced line-break of the other entries.
This commit is contained in:
parent
72e2c94398
commit
65f6dbcd85
@ -30,7 +30,9 @@ Also, please keep the hard line breaks to ensure a nice formatting.
|
|||||||
- allocate:\
|
- allocate:\
|
||||||
Dynamic memory allocation on [the heap](memory-management/stack-vs-heap.md).
|
Dynamic memory allocation on [the heap](memory-management/stack-vs-heap.md).
|
||||||
- argument:\
|
- argument:\
|
||||||
- Bare-metal Rust: See [Bare-metal Rust](bare-metal.md).
|
- Bare-metal Rust:\
|
||||||
|
Low-level Rust development, often deployed to a system without an operating
|
||||||
|
system. See [Bare-metal Rust](bare-metal.md).
|
||||||
- block:\
|
- block:\
|
||||||
See [Blocks](control-flow/blocks.md) and _scope_.
|
See [Blocks](control-flow/blocks.md) and _scope_.
|
||||||
- borrow:\
|
- borrow:\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user