Fix markdown syntax

This commit is contained in:
Philipp Oppermann
2023-04-29 12:30:50 +02:00
parent 739d9e1a3c
commit 5d63300512

View File

@@ -214,7 +214,7 @@ Since we are compiling for a custom target, we can't use the precompiled version
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
````
```
Now the compiler will recompile and include the `alloc` crate in our kernel.