You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +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:
		| @@ -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:\ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user