1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 10:41: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:
Martin Geisler
2023-10-09 11:29:14 +02:00
committed by GitHub
parent 72e2c94398
commit 65f6dbcd85

View File

@ -30,7 +30,9 @@ Also, please keep the hard line breaks to ensure a nice formatting.
- allocate:\
Dynamic memory allocation on [the heap](memory-management/stack-vs-heap.md).
- 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:\
See [Blocks](control-flow/blocks.md) and _scope_.
- borrow:\