Skip to content

Commit 1738318

Browse files
committed
Remove let_chains feature flag
It's stable now.
1 parent b0c29fb commit 1738318

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you want to compile towboot yourself, here are the instructions:
9898

9999
You'll need a nightly Rust compiler.
100100
The version doesn't really matter,
101-
though `1.88.0-nightly (d6c1e454a 2025-04-21)` definitely works.
101+
though `1.88.0-nightly (6bc57c6bf 2025-04-22)` definitely works.
102102
If you don't know how to install one,
103103
please take a look at [rustup.rs](https://rustup.rs/).
104104

towboot/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![no_std]
22
#![no_main]
3-
#![feature(let_chains)]
43

54
//! towboot – a bootloader for Multiboot kernels on UEFI systems
65

0 commit comments

Comments
 (0)