Merge pull request #4316 from est31/no_let_chains

Remove let_chains feature as it is stable
This commit is contained in:
Ralf Jung 2025-05-08 17:46:50 +00:00 committed by GitHub
commit c4cffcebbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@
#![feature(variant_count)]
#![feature(yeet_expr)]
#![feature(nonzero_ops)]
#![feature(let_chains)]
#![feature(strict_overflow_ops)]
#![feature(pointer_is_aligned_to)]
#![feature(unqualified_local_imports)]