1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-05 16:10:31 +02:00

Rename section to bare metal.

This commit is contained in:
Andrew Walbran 2023-02-01 15:57:05 +00:00
parent 51ccf44f52
commit 27820629e2
4 changed files with 3 additions and 3 deletions

View File

@ -235,8 +235,8 @@
# Day 5A: Morning
- [Welcome](welcome-no_std.md)
- [`no_std`](no_std/no_std.md)
- [Welcome](welcome-bare-metal.md)
- [`no_std`](bare-metal/no_std.md)
- [`core`]()
- [`alloc`]()
- [Microcontrollers]()

View File

@ -0,0 +1 @@
# Welcome to Bare Metal Rust

View File

@ -1 +0,0 @@
# Welcome to `no_std`