Skip to content

Commit 54e911e

Browse files
committed
Unstable features: the alloc section should be one level higher
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 276190a commit 54e911e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unstable-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you would like to use a new Rust unstable feature in the kernel, then please
3636

3737
In order to catch any unexpected changes that would break the kernel's usage of unstable features, the kernel is build-tested in the pre-merge CI of the Rust project. Please see the [Rust version policy](Rust-version-policy.md) page for details.
3838

39-
### `alloc` (older releases)
39+
## `alloc` (older releases)
4040

4141
[`alloc`](https://doc.rust-lang.org/alloc/) is part of the Rust standard library and its implementation uses many unstable features. Normally, this library (as well as [`core`](https://doc.rust-lang.org/core/) and others) is provided by the compiler, and thus those unstable features do not break users' code.
4242

0 commit comments

Comments
 (0)