Skip to content

Commit 0de45f2

Browse files
committed
Unstable features: clarify that #2 also tracks needed and expected to be needed features
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 0917a46 commit 0de45f2

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
@@ -12,7 +12,7 @@ When unstable features are deemed mature enough, they may get promoted into stab
1212

1313
## Usage in the kernel
1414

15-
The unstable features used in the kernel are tracked at [issue #2](https://github.com/Rust-for-Linux/linux/issues/2).
15+
The unstable features used (or needed, or expected to be needed) in the kernel are tracked at [issue #2](https://github.com/Rust-for-Linux/linux/issues/2).
1616

1717
Most of the features are only allowed within the `kernel` crate, i.e. for abstractions. Elsewhere (e.g. drivers), only a minimal set is allowed (see the `rust_allowed_features` variable in [`scripts/Makefile.build`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/Makefile.build)).
1818

0 commit comments

Comments
 (0)