Skip to content

Commit b1a9ae4

Browse files
committed
Formatting improvements
1 parent 8716236 commit b1a9ae4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/this-month/2024-05/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ This series is openly developed [on GitHub](https://github.com/rust-osdev/homepa
2525

2626
Here we collect news, blog posts, etc. related to OS development in Rust.
2727

28-
- [This Month in Redox - May 2024](https://www.redox-os.org/news/this-month-240531/)
29-
- Redox is running COSMIC file manager, editor, and terminal now
28+
- [This Month in Redox - May 2024](https://www.redox-os.org/news/this-month-240531/): Redox is running COSMIC file manager, editor, and terminal now
3029
- Bachelor's Thesis: [Writing an NVMe Driver in Rust](https://db.in.tum.de/~ellmann/theses/finished/24/pirhonen_writing_an_nvme_driver_in_rust.pdf) (PDF)
3130
- [Building an Async Runtime for the Windows Kernel](https://github.com/carlos-al/windows-kernel-rs)
3231
- [Ferrocene 24.05.0 now available for purchase](https://ferrous-systems.com/blog/ferrocene-24-05-0/)
@@ -46,8 +45,7 @@ Please follow this template:
4645

4746
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
4847

49-
- [Stabilize `LazyCell` and `LazyLock`](https://github.com/rust-lang/rust/pull/121377)
50-
- `LazyCell` is available in `no_std`
48+
- [Stabilize `LazyCell` and `LazyLock`](https://github.com/rust-lang/rust/pull/121377) (`LazyCell` is available in `no_std`)
5149
- [Stabilize `error_in_core`](https://github.com/rust-lang/rust/pull/125951)
5250
- [Add `x86_64-unknown-linux-none` target](https://github.com/rust-lang/rust/pull/125023) (freestanding linux binaries without `libc` dependency)
5351
- [Add `opt-for-size` core lib feature flag](https://github.com/rust-lang/rust/pull/125011)

0 commit comments

Comments
 (0)