Chore: Remove unnecessary attribute let_chains

This commit is contained in:
Euclid Ye 2025-07-06 17:02:55 +08:00
parent dd61854ad5
commit 4ffe764aa4

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;