1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-22 23:58:39 +02:00

xgettext doesn't like formatting in SUMMARY.

This commit is contained in:
Andrew Walbran 2023-02-16 00:19:48 +00:00
parent af0d97d1a7
commit b852b6195f

View File

@ -236,9 +236,9 @@
# Day 5A: Morning # Day 5A: Morning
- [Welcome](welcome-bare-metal.md) - [Welcome](welcome-bare-metal.md)
- [`no_std`](bare-metal/no_std.md) - [no_std](bare-metal/no_std.md)
- [A minimal example](bare-metal/minimal.md) - [A minimal example](bare-metal/minimal.md)
- [`alloc`](bare-metal/alloc.md) - [alloc](bare-metal/alloc.md)
- [Microcontrollers](bare-metal/microcontrollers.md) - [Microcontrollers](bare-metal/microcontrollers.md)
- [Raw MMIO]() - [Raw MMIO]()
- [PACs](bare-metal/microcontrollers/pacs.md) - [PACs](bare-metal/microcontrollers/pacs.md)
@ -258,11 +258,11 @@
- [Let's write a UART driver]() - [Let's write a UART driver]()
- [Logging]() - [Logging]()
- [Useful crates]() - [Useful crates]()
- [`zerocopy`]() - [zerocopy]()
- [`aarch64_paging`]() - [aarch64_paging]()
- [`buddy_system_allocator`]() - [buddy_system_allocator]()
- [`tinyvec`]() - [tinyvec]()
- [`spin` and `once_cell`]() - [spin and once_cell]()
--- ---