From 65f6dbcd8564724279c80823121896e9f43bd9b8 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 9 Oct 2023 11:29:14 +0200 Subject: [PATCH] Fix and expand Bare-metal Rust entry in glossary (#1325) The entry lacked the forced line-break of the other entries. --- src/glossary.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/glossary.md b/src/glossary.md index 68065228..6502e275 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -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:\