let_chains are stable now

This commit is contained in:
Leonard Hecker 2025-07-03 14:38:22 +02:00
parent 488c721b00
commit 200ae1936c
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#![feature(allocator_api, let_chains, linked_list_cursors, string_from_utf8_lossy_owned)]
#![feature(allocator_api, linked_list_cursors, string_from_utf8_lossy_owned)]
mod documents;
mod draw_editor;

View file

@ -5,7 +5,6 @@
allocator_api,
breakpoint,
cold_path,
let_chains,
linked_list_cursors,
maybe_uninit_fill,
maybe_uninit_slice,