Skip to content

Commit 7580dcb

Browse files
tomassedovicojeda
authored andcommitted
s/unsafe/unstable/
Co-authored-by: Miguel Ojeda <[email protected]>
1 parent 56335b5 commit 7580dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/inside-rust/program-management-update-2025-07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ One of the things on my radar is to start publishing more frequent and detailed
8585

8686
[rfl]: https://rust-for-linux.com/
8787

88-
The project currently has to rely on unsafe Rust. This makes it less appealing for companies and individuals as unstable features can by definition change or even be removed. We want there to be minimal (ideally zero) churn on Rust code that's been accepted to the kernel.
88+
The project currently has to rely on unstable Rust. This makes it less appealing for companies and individuals as unstable features can by definition change or even be removed. We want there to be minimal (ideally zero) churn on Rust code that's been accepted to the kernel.
8989

9090
There's been an ongoing collaboration with the Rust Project to get the language, compiler and tooling to a point where it can be completely compiled on stable Rust.
9191

0 commit comments

Comments
 (0)